summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-06-20 18:35:57 +0200
committertpart <tpart120@proton.me>2025-06-20 18:35:57 +0200
commita509d4e23801504cd390da96ce84ab1b674a9e60 (patch)
tree653412041a809e3fdefa360d8938bf8677cfec4b
parent0c5b3e78623e07436d11e803f42b9c548212853a (diff)
downloadhurrycurry-a509d4e23801504cd390da96ce84ab1b674a9e60.tar
hurrycurry-a509d4e23801504cd390da96ce84ab1b674a9e60.tar.bz2
hurrycurry-a509d4e23801504cd390da96ce84ab1b674a9e60.tar.zst
Bump client version
-rw-r--r--client/global.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 3dfac18a..2a2e8048 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -24,7 +24,7 @@ signal using_touch_change(using: bool)
@warning_ignore("UNUSED_SIGNAL")
signal hand_count_change(count: bool)
-const VERSION := "2.3.2"
+const VERSION := "2.3.3"
var default_profile := {
"username": "",