diff options
author | nokoe <nokoe@mailbox.org> | 2024-10-01 18:13:36 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-10-01 18:13:36 +0200 |
commit | 4b2e56f3d310be775656fd7aec65aad66633d1a1 (patch) | |
tree | 4fadc156bb4bb9ad51ea7a7eedab3364878932bf /client | |
parent | eaffedb6dd9172b2aa60ac60ea0695b3715356ba (diff) | |
download | hurrycurry-2.1.1.tar hurrycurry-2.1.1.tar.bz2 hurrycurry-2.1.1.tar.zst |
bump version to 2.1.0v2.1.1
Diffstat (limited to 'client')
-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 6ea4f7dc..b6fb8b8a 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.1.0" +const VERSION := "2.1.1" var default_profile := { "username": "Giovanni", |