bump version to 0.0.5

This commit is contained in:
Unrud 2018-07-31 20:19:16 +02:00
parent 71d7cd42b9
commit 1fe8ae8b75
3 changed files with 21 additions and 4 deletions

View file

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