Browse Source

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.
Rémi Verschelde 3 years ago
parent
commit
2b61d02f7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      version.py

+ 1 - 1
version.py

@@ -3,7 +3,7 @@ name = "Godot Engine"
 major = 4
 major = 4
 minor = 0
 minor = 0
 patch = 0
 patch = 0
-status = "dev"
+status = "alpha"
 module_config = ""
 module_config = ""
 year = 2022
 year = 2022
 website = "https://godotengine.org"
 website = "https://godotengine.org"