diff options
Diffstat (limited to 'client/global.gd')
-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 ac8a9c16..3487797d 100644 --- a/client/global.gd +++ b/client/global.gd @@ -16,7 +16,7 @@ class_name G extends Node -const VERSION := "2.3.3" +const VERSION := "2.3.4" const DISTRIBUTION := "unknown" signal using_joypad_change(using: bool) |