diff options
author | tpart <tpart120@proton.me> | 2025-06-20 18:35:57 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-06-20 18:35:57 +0200 |
commit | a509d4e23801504cd390da96ce84ab1b674a9e60 (patch) | |
tree | 653412041a809e3fdefa360d8938bf8677cfec4b | |
parent | 0c5b3e78623e07436d11e803f42b9c548212853a (diff) | |
download | hurrycurry-a509d4e23801504cd390da96ce84ab1b674a9e60.tar hurrycurry-a509d4e23801504cd390da96ce84ab1b674a9e60.tar.bz2 hurrycurry-a509d4e23801504cd390da96ce84ab1b674a9e60.tar.zst |
Bump client version
-rw-r--r-- | client/global.gd | 2 |
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": "", |