Bump version to 1.4.5

This commit is contained in:
Unrud 2024-01-31 14:59:38 +01:00
parent 88fd6e7314
commit 652ee5aa6c
3 changed files with 20 additions and 5 deletions

View file

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