Skip to content

Commit

Permalink
Bump version to 4.0.3-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed May 19, 2023
1 parent acc82a1 commit 5222a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3] - TBD
## [4.0.3] - 2023-05-19

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

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
major = 4
minor = 0
patch = 3
status = "rc"
status = "stable"
module_config = ""
year = 2023
website = "https://godotengine.org"
Expand Down

0 comments on commit 5222a99

Please sign in to comment.