Skip to content

Commit cacf499

Browse files
committedMar 19, 2023
Bump version to 4.0.1-stable
1 parent c5aa3bd commit cacf499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [4.0.1] - TBD
7+
## [4.0.1] - 2023-03-20
88

99
See the [release announcement](https://godotengine.org/article/maintenance-release-godot-4-0-1) for details.
1010

‎version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
major = 4
44
minor = 0
55
patch = 1
6-
status = "rc"
6+
status = "stable"
77
module_config = ""
88
year = 2023
99
website = "https://godotengine.org"

0 commit comments

Comments
 (0)
Please sign in to comment.