Bump version to 1.0.3

This commit is contained in:
Unrud 2021-09-18 21:17:54 +02:00
parent 1f22f5668a
commit 1ec541d78c
3 changed files with 16 additions and 5 deletions

View file

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