Browse Source

Bump version to 4.2-beta

The feature freeze for 4.2 is now official, from here on we'll focus only
on fixing bugs to stabilize the development branch and release 4.2-stable
within a month.
Rémi Verschelde 1 year ago
parent
commit
1ff9123f21
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 = 2
 minor = 2
 patch = 0
 patch = 0
-status = "dev"
+status = "beta"
 module_config = ""
 module_config = ""
 year = 2023
 year = 2023
 website = "https://godotengine.org"
 website = "https://godotengine.org"