summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-27 16:00:04 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-27 16:00:10 +0100
commit897ed6e3df0727f838da034a3dae298a9162fc42 (patch)
tree0d2860a9958585df1e71a4e5beda868149730f70 /client
parent3138918e4fb556a9f45ace7d194a5d91e8427323 (diff)
downloadhurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar
hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar.bz2
hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar.zst
set game version numbers
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 a3f0630c..374f0e44 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.2.0"
+const VERSION := "2.2.1"
var default_profile := {
"username": "Giovanni",