소스 검색

Bump version to 4.1.4-stable

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

+ 1 - 1
CHANGELOG.md

@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
-## [4.1.4] - TBA
+## [4.1.4] - 2024-04-17
 
 ### Added
 

+ 1 - 1
version.py

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