Bump version to 1.0.1

This commit is contained in:
Unrud 2020-09-13 10:25:30 +02:00
parent 50af32094d
commit 8139cf0734
2 changed files with 12 additions and 5 deletions

View file

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