浏览代码

Bump version to 3.3.2-stable

Fixes a few regressions in 3.3.1-stable, and includes some additional bug
fixes. See the CHANGELOG.md for details.

Thanks to all contributors! <3
Rémi Verschelde 4 年之前
父节点
当前提交
7610409b8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      version.py

+ 1 - 1
version.py

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