Skip to content

Commit 46dc277

Browse files
committed
Bump version to 4.2-stable \o/
This has been another successful short release cycle for Godot 4, with more than 1850 commits authored by over 350 contributors in 5 months! We managed to publish 3 feature releases (4.0, 4.1, and 4.2) in a year, for the first time ever. Despite the short development cycle, both 4.1 and 4.2 have been absolutely feature packed! We're happy with that development pace overall, and ready to start planning our 2024 releases with a similar workflow. Thanks to all the contributors for your amazing work, and to the Godot community at large for your incredible support <3
1 parent b8e92d1 commit 46dc277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.py

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

0 commit comments

Comments
 (0)