From 2b61d02f7ef5cd820020747f55107c6339324495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 23 Jan 2022 00:09:04 +0100 Subject: [PATCH] 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. --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 66cb145528b..f9aa1dd0f45 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"