summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-01-23 00:09:04 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-01-23 00:09:08 +0100
commit2b61d02f7ef5cd820020747f55107c6339324495 (patch)
tree8a13831488f2a7c9441d95210419b5a1a7c292fe
parenta9df1f51c2f604b1ff42a88d151912fdec77dbb4 (diff)
Bump version to 4.0-alpha
This is _not_ yet a feature freeze, and the API should not be considered stable. The alpha phase will have frequent official testing releases while we focus on fixing known issues and integrating the remaining features and API improvements planned for Godot 4.0.
-rw-r--r--version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py
index 66cb145528..f9aa1dd0f4 100644
--- a/version.py
+++ b/version.py
@@ -3,7 +3,7 @@ name = "Godot Engine"
major = 4
minor = 0
patch = 0
-status = "dev"
+status = "alpha"
module_config = ""
year = 2022
website = "https://godotengine.org"