diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-30 22:28:31 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-30 22:28:41 +0200 |
commit | 1779deedea4cb68c7798f6ee8b4121b33526e782 (patch) | |
tree | be92737bae011b2caea7e573af894d498579c6a4 /client/global.gd | |
parent | 96a1a6f647a729b71aed7e2d562ae0ab69f670c7 (diff) | |
download | hurrycurry-2.1.0.tar hurrycurry-2.1.0.tar.bz2 hurrycurry-2.1.0.tar.zst |
set versions to 2.1.0v2.1.0
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 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", |