Bump version to 0.0.14

This commit is contained in:
Unrud 2019-10-28 01:50:12 +01:00
parent 6092502dd9
commit 8e3e62a9de
3 changed files with 22 additions and 5 deletions

View file

@ -45,7 +45,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
version string = "0.0.13"
version string = "0.0.14"
pretty_app_name string = "Remote Touchpad"
)