diff options
author | tpart <tpart120@proton.me> | 2025-04-06 19:47:56 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-04-06 19:47:56 +0200 |
commit | b5a84368dd926ef56d72e1802cb0afea23bd05b5 (patch) | |
tree | 3409dcd102823c319cc741e2882491596e16a593 | |
parent | f6b4de5e9ec5860dadc446c37e2ddaef6c288c4f (diff) | |
download | hurrycurry-b5a84368dd926ef56d72e1802cb0afea23bd05b5.tar hurrycurry-b5a84368dd926ef56d72e1802cb0afea23bd05b5.tar.bz2 hurrycurry-b5a84368dd926ef56d72e1802cb0afea23bd05b5.tar.zst |
Bump client version constant
-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 7acac350..ff88593e 100644 --- a/client/global.gd +++ b/client/global.gd @@ -22,7 +22,7 @@ extends Node signal using_joypad_change(using: bool) signal using_touch_change(using: bool) -const VERSION := "2.3.0" +const VERSION := "2.3.1" var default_profile := { "username": "Giovanni", |