Bump version to 1.4.8

This commit is contained in:
Unrud 2024-09-01 17:15:32 +02:00
parent c71e5c4b8b
commit 4fb452c542
3 changed files with 16 additions and 5 deletions

View file

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