Bump version to 1.3.0

This commit is contained in:
Unrud 2023-03-03 23:14:34 +01:00
parent d81b57b1f9
commit 91a37de0fb
3 changed files with 18 additions and 5 deletions

View file

@ -47,7 +47,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
version string = "1.2.3"
version string = "1.3.0"
prettyAppName string = "Remote Touchpad"
)