summaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-18 21:15:53 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-18 21:15:53 +0200
commitdc86da97ca960ce2ecebb3fde3c4122a56529bb8 (patch)
tree8dc6ada685a0455e06bdd131343ff272b515cbd9 /client/global.gd
parent3fdac92099d39cdbf68f29c05d101f27567bc326 (diff)
downloadhurrycurry-dc86da97ca960ce2ecebb3fde3c4122a56529bb8.tar
hurrycurry-dc86da97ca960ce2ecebb3fde3c4122a56529bb8.tar.bz2
hurrycurry-dc86da97ca960ce2ecebb3fde3c4122a56529bb8.tar.zst
update game versions
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 389bfd54..3dfac18a 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.1"
+const VERSION := "2.3.2"
var default_profile := {
"username": "",