Bump version to 1.4.3

This commit is contained in:
Unrud 2023-10-04 01:44:59 +02:00
parent e1dbdc9b68
commit 7f7604a462
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.2"
version string = "1.4.3"
prettyAppName string = "Remote Touchpad"
)