bump version to 0.0.8

This commit is contained in:
Unrud 2018-09-07 09:29:19 +02:00
parent 374d665938
commit 820149a140
3 changed files with 13 additions and 4 deletions

View file

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