Bump version to 1.0.2

This commit is contained in:
Unrud 2021-06-06 01:04:02 +02:00
parent 0b6dac0ae6
commit 82f62b7edb
3 changed files with 29 additions and 5 deletions

View file

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