aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-14 20:50:10 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-14 20:50:10 +0200
commit4f54e90c3ad54f299d288a692228643ea07f025d (patch)
treeab7a311b8b04ecf1333736b12969e7c34dc00ae3 /client
parenta352c821846e7d0ef2750a36981ab3c2ff95d052 (diff)
downloadhurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar
hurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar.bz2
hurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar.zst
Update protocol versions for 3.0
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 bcf44998..4f68f99f 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -16,7 +16,7 @@
class_name G
extends Node
-const VERSION := "2.3.5"
+const VERSION := "3.0.0"
const DISTRIBUTION := "unknown"
signal using_joypad_change(using: bool)