bump version to 0.0.10

This commit is contained in:
Unrud 2018-10-01 07:35:55 +02:00
parent 8722dac897
commit 361dc89614
3 changed files with 14 additions and 5 deletions

View file

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