Skip to content

Commit

Permalink
Bump version to 4.2.1-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Dec 11, 2023
1 parent 1dee633 commit b09f793
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 @@ -7,7 +7,7 @@ previous feature release. It is equivalent to the listings on our
Changelogs for earlier feature releases are available in their respective Git
branches, and linked at the [end of this file](#Past-releases).

## 4.2.1 - TBA
## 4.2.1 - 2023-12-12

- [Release announcement](https://godotengine.org/article/maintenance-release-godot-4-2-1)
- [Interactive changelog](https://godotengine.github.io/godot-interactive-changelog/#4.2.1)
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 = 2
patch = 1
status = "rc"
status = "stable"
module_config = ""
year = 2023
website = "https://godotengine.org"
Expand Down

0 comments on commit b09f793

Please sign in to comment.