Bump version to 1.4.4

This commit is contained in:
Unrud 2024-01-23 20:51:57 +01:00
parent 02d49bf680
commit cc143b59e6
3 changed files with 22 additions and 5 deletions

View file

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