Skip to content

Commit

Permalink
Bump version to 3.5.1-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Sep 27, 2022
1 parent 3e186bf commit 6fed1ff
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 @@ -5,7 +5,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/).


## [3.5.1] - TBD
## [3.5.1] - 2022-09-28

See the [release announcement](https://godotengine.org/article/maintenance-release-godot-3-5-1) 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 = 3
minor = 5
patch = 1
status = "rc"
status = "stable"
module_config = ""
year = 2022
website = "https://godotengine.org"
Expand Down

0 comments on commit 6fed1ff

Please sign in to comment.