소스 검색

Bump version to 4.5-beta

The feature freeze for 4.5 is now active.

From here on we'll focus only on fixing bugs to stabilize the development
branch and release 4.5-stable within a few weeks.
Rémi Verschelde 1 개월 전
부모
커밋
46c495ca21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      version.py

+ 1 - 1
version.py

@@ -3,7 +3,7 @@ name = "Godot Engine"
 major = 4
 minor = 5
 patch = 0
-status = "dev"
+status = "beta"
 module_config = ""
 website = "https://godotengine.org"
 docs = "latest"