Bump version to 1.1.0

This commit is contained in:
Unrud 2022-01-29 11:04:23 +01:00
parent a4cac5fb54
commit 15b05b5fa6
3 changed files with 32 additions and 5 deletions

View file

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