浏览代码

Bump version to 4.1.2-stable

Rémi Verschelde 1 年之前
父节点
当前提交
399c9dc393
共有 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.2] - TBD
+## [4.1.2] - 2023-10-04
 
 ### Added
 

+ 1 - 1
version.py

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