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 3487797d..5e538123 100644 --- a/client/global.gd +++ b/client/global.gd @@ -16,7 +16,7 @@ class_name G extends Node -const VERSION := "2.3.4" +const VERSION := "2.3.5" const DISTRIBUTION := "unknown" signal using_joypad_change(using: bool) |