summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py
index 43824dc84c..7e6d8dff9c 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"