aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-07-19 21:21:12 +0200
committermetamuffin <metamuffin@disroot.org>2025-07-19 21:21:12 +0200
commit743e9484c804a8b1a93526246186f39df74beac3 (patch)
tree9563f7e4c5619c02744d7bc1bd586e223eafa9a3 /client
parent2197a5136d889dd06a65f4fc29fb496be6fec99e (diff)
downloadhurrycurry-743e9484c804a8b1a93526246186f39df74beac3.tar
hurrycurry-743e9484c804a8b1a93526246186f39df74beac3.tar.bz2
hurrycurry-743e9484c804a8b1a93526246186f39df74beac3.tar.zst
update version numbersv2.3.4
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 ac8a9c16..3487797d 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -16,7 +16,7 @@
class_name G
extends Node
-const VERSION := "2.3.3"
+const VERSION := "2.3.4"
const DISTRIBUTION := "unknown"
signal using_joypad_change(using: bool)