bump version to 0.0.9

This commit is contained in:
Unrud 2018-09-30 00:26:34 +02:00
parent 0a647816cd
commit f6db7c0c08
3 changed files with 16 additions and 4 deletions

View file

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