bump version to 0.0.12

This commit is contained in:
Unrud 2018-12-08 11:54:42 +01:00
parent f0af4aaad4
commit 18e4a4b51d
3 changed files with 25 additions and 16 deletions

View file

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