From 79ea5bb2be2946fe82d511f5bd99f07bed61e452 Mon Sep 17 00:00:00 2001 From: Richard Aasa Date: Fri, 4 Sep 2026 14:19:19 +0300 Subject: [PATCH] Bump version to 0.4.0 The in-game version banner (GameVersion.full) reads config/version from project.godot; it had lagged at 0.2.0 behind the 0.3.0 tag. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01EznnY8rH2dXhtono1kwsXg --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 3abc4b7..673b3d4 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Bullosseum" -config/version="0.2.0" +config/version="0.4.0" run/main_scene="uid://bmnmenu0intr1" config/features=PackedStringArray("4.7", "GL Compatibility") boot_splash/bg_color=Color(0, 0, 0, 1)