aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-04-06 19:47:56 +0200
committertpart <tpart120@proton.me>2025-04-06 19:47:56 +0200
commitb5a84368dd926ef56d72e1802cb0afea23bd05b5 (patch)
tree3409dcd102823c319cc741e2882491596e16a593 /client
parentf6b4de5e9ec5860dadc446c37e2ddaef6c288c4f (diff)
downloadhurrycurry-b5a84368dd926ef56d72e1802cb0afea23bd05b5.tar
hurrycurry-b5a84368dd926ef56d72e1802cb0afea23bd05b5.tar.bz2
hurrycurry-b5a84368dd926ef56d72e1802cb0afea23bd05b5.tar.zst
Bump client version constant
Diffstat (limited to 'client')
-rw-r--r--client/global.gd2
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",