Browse Source

Bump version to 4.1-beta

We've been in feature freeze since the 4.1-dev4 snapshot a week ago,
this continues throughout the beta stage with a focus on fixing bugs
so we can release 4.1 in early July.
Rémi Verschelde 2 years ago
parent
commit
828ec2c5d0
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
 minor = 1
 patch = 0
-status = "dev"
+status = "beta"
 module_config = ""
 year = 2023
 website = "https://godotengine.org"