Browse Source

Bump version to 4.3-beta

The feature freeze for 4.3 is now active.

From here on we'll focus only on fixing bugs to stabilize the development
branch and release 4.3-stable within a few weeks.
Rémi Verschelde 1 year ago
parent
commit
557f63d037
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 = 3
 minor = 3
 patch = 0
 patch = 0
-status = "dev"
+status = "beta"
 module_config = ""
 module_config = ""
 website = "https://godotengine.org"
 website = "https://godotengine.org"
 docs = "latest"
 docs = "latest"