From 557f63d03796db78255f055b6d06cb5f9195ff7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 13 May 2024 17:37:07 +0200 Subject: [PATCH] Bump version to 4.3-beta The feature freeze for 4.3 is now active. From here on we'll focus only on fixing bugs to stabilize the development branch and release 4.3-stable within a few weeks. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index e915a6e530b9..d5ea5cfd91a7 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ major = 4 minor = 3 patch = 0 -status = "dev" +status = "beta" module_config = "" website = "https://godotengine.org" docs = "latest"