From 6d3e66badf3251098a57961b58bb8f97522115fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 14 Jan 2025 19:03:19 +0100 Subject: [PATCH] Bump version to 4.4-beta The feature freeze for 4.4 is now active. From here on we'll focus only on fixing bugs to stabilize the development branch and release 4.4-stable within a few weeks. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 22704a08cb7e..d176efb476fb 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ major = 4 minor = 4 patch = 0 -status = "dev" +status = "beta" module_config = "" website = "https://godotengine.org" docs = "latest"