diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | version.py | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb80c0a9f..9a386e5a3c 100644 --- a/CHANGELOG.md +++ b/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.0.1] - TBD +## [4.0.1] - 2023-03-20  See the [release announcement](https://godotengine.org/article/maintenance-release-godot-4-0-1) for details. diff --git a/version.py b/version.py index 303ccd7693..5c2a4e3ba3 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine"  major = 4  minor = 0  patch = 1 -status = "rc" +status = "stable"  module_config = ""  year = 2023  website = "https://godotengine.org" |