From 828ec2c5d005b6499c7c4c88beaf81767d05614b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 7 Jun 2023 11:10:19 +0200 Subject: [PATCH] Bump version to 4.1-beta We've been in feature freeze since the 4.1-dev4 snapshot a week ago, this continues throughout the beta stage with a focus on fixing bugs so we can release 4.1 in early July. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 43824dc84c8..7e6d8dff9cf 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 1 patch = 0 -status = "dev" +status = "beta" module_config = "" year = 2023 website = "https://godotengine.org"