Sfoglia il codice sorgente

Bump version to 3.3.1-stable

Almost exclusively bug fixes, see the CHANGELOG.md for details.

Thanks to all contributors! <3
Rémi Verschelde 4 anni fa
parent
commit
4da4277dc9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      version.py

+ 1 - 1
version.py

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