bump version to 0.0.13

This commit is contained in:
Unrud 2019-05-04 22:26:51 +02:00
parent da32043032
commit e4c0c92d03
3 changed files with 18 additions and 5 deletions

View file

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