Bump version to 1.0.0

This commit is contained in:
Unrud 2020-08-26 03:30:28 +02:00
parent fd854f8b16
commit 6d68809ccf
2 changed files with 15 additions and 5 deletions

View file

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