Bump version to 1.4.2

This commit is contained in:
Unrud 2023-05-21 01:01:22 +02:00
parent c8e6664a8d
commit 6c746b23f1
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.1"
version string = "1.4.2"
prettyAppName string = "Remote Touchpad"
)