bump version to 0.0.2

This commit is contained in:
Unrud 2018-06-25 06:12:41 +02:00
parent 5c294e6c84
commit 1c7a277328
2 changed files with 5 additions and 4 deletions

View file

@ -43,7 +43,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
version string = "0.0.1"
version string = "0.0.2"
)
func processCommand(plugin Plugin, command string) error {