浏览代码

Bump version to 3.2-beta

Release freeze is now active, only major bug fixes will be considered.
Rémi Verschelde 5 年之前
父节点
当前提交
077b5f6c2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      version.py

+ 1 - 1
version.py

@@ -2,7 +2,7 @@ short_name = "godot"
 name = "Godot Engine"
 major = 3
 minor = 2
-status = "alpha"
+status = "beta"
 module_config = ""
 year = 2019
 website = "https://godotengine.org"