소스 검색

Bump version to 3.2.2-rc

Rémi Verschelde 5 년 전
부모
커밋
34dc32aeb8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      version.py

+ 2 - 2
version.py

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