diff options
Diffstat (limited to 'client')
-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 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": "", |