Przeglądaj źródła

Bump version to 3.2.3-stable

A fairly big new release fixing many issues all around the engine,
as well as bringing many improvements for C# users.

Thanks to all contributors! <3
Rémi Verschelde 4 lat temu
rodzic
commit
31d0f8ad8d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      version.py

+ 1 - 1
version.py

@@ -3,7 +3,7 @@ name = "Godot Engine"
 major = 3
 major = 3
 minor = 2
 minor = 2
 patch = 3
 patch = 3
-status = "rc"
+status = "stable"
 module_config = ""
 module_config = ""
 year = 2020
 year = 2020
 website = "https://godotengine.org"
 website = "https://godotengine.org"