summaryrefslogtreecommitdiff
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 f9aa1dd0f4..cfa1773b85 100644
--- a/version.py
+++ b/version.py
@@ -3,7 +3,7 @@ name = "Godot Engine"
major = 4
minor = 0
patch = 0
-status = "alpha"
+status = "beta"
module_config = ""
year = 2022
website = "https://godotengine.org"