aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-30 22:28:31 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-30 22:28:41 +0200
commit1779deedea4cb68c7798f6ee8b4121b33526e782 (patch)
treebe92737bae011b2caea7e573af894d498579c6a4 /client/global.gd
parent96a1a6f647a729b71aed7e2d562ae0ab69f670c7 (diff)
downloadhurrycurry-1779deedea4cb68c7798f6ee8b4121b33526e782.tar
hurrycurry-1779deedea4cb68c7798f6ee8b4121b33526e782.tar.bz2
hurrycurry-1779deedea4cb68c7798f6ee8b4121b33526e782.tar.zst
set versions to 2.1.0v2.1.0
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 732363ee..1d6fb630 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.0.0"
+const VERSION := "2.1.0"
var default_profile := {
"username": "Giovanni",