bump verstion to 0.0.11

This commit is contained in:
Unrud 2018-10-20 04:25:55 +02:00
parent 56add5f796
commit 235f6efbac
3 changed files with 16 additions and 5 deletions

View file

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