From 2e7a2c39e1b0dbccfbfc8e7066ec959924f99134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 26 Jun 2023 19:38:40 +0200 Subject: [PATCH] Bump version to 4.1-rc Faster release cycles are proving to work fairly well, and we have a lot more confidence label the current state as RC as we've had in the past. Let's get to 4.1-stable quickly and reopen development! --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 7e6d8dff9cf..39ed2b76afc 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 1 patch = 0 -status = "beta" +status = "rc" module_config = "" year = 2023 website = "https://godotengine.org"