bump version to 0.0.6

This commit is contained in:
Unrud 2018-08-23 17:12:36 +02:00
parent 33c9b815b0
commit 8a558c0437
3 changed files with 22 additions and 5 deletions

View file

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