Bump version to 1.2.0

This commit is contained in:
Unrud 2022-02-26 13:44:33 +01:00
parent 771eea98b5
commit 523d2039b6
3 changed files with 19 additions and 6 deletions

View file

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