From 1ff9123f2174a3e68c0625931113474bc0a145dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 11 Oct 2023 22:52:11 +0200 Subject: [PATCH] Bump version to 4.2-beta The feature freeze for 4.2 is now official, from here on we'll focus only on fixing bugs to stabilize the development branch and release 4.2-stable within a month. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 1ba2f6685fb..61870c5bcd0 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 2 patch = 0 -status = "dev" +status = "beta" module_config = "" year = 2023 website = "https://godotengine.org"