diff options
author | metamuffin <metamuffin@disroot.org> | 2025-07-19 21:21:12 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-07-19 21:21:12 +0200 |
commit | 743e9484c804a8b1a93526246186f39df74beac3 (patch) | |
tree | 9563f7e4c5619c02744d7bc1bd586e223eafa9a3 /client/global.gd | |
parent | 2197a5136d889dd06a65f4fc29fb496be6fec99e (diff) | |
download | hurrycurry-2.3.4.tar hurrycurry-2.3.4.tar.bz2 hurrycurry-2.3.4.tar.zst |
update version numbersv2.3.4
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) |