소스 검색

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"