Browse Source

Bump version to 4.1.4-stable

Rémi Verschelde 1 year ago
parent
commit
fe0e8e5575
2 changed files with 2 additions and 2 deletions
  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"