summaryrefslogtreecommitdiffstats
path: root/version.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-11-29 22:38:52 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-11-29 22:45:33 +0100
commit46dc277917a93cbf601bbcf0d27d00f6feeec0d5 (patch)
treee163ba629d00a5dec3bbb78df901d4474f7d74f0 /version.py
parentb8e92d1a032050b8b67dfef8c70ce5e6c8054d64 (diff)
downloadredot-engine-46dc277917a93cbf601bbcf0d27d00f6feeec0d5.tar.gz
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
Diffstat (limited to 'version.py')
-rw-r--r--version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.py b/version.py
index db8738f31f..248340e91f 100644
--- a/version.py
+++ b/version.py
@@ -3,8 +3,8 @@ name = "Godot Engine"
major = 4
minor = 2
patch = 0
-status = "rc"
+status = "stable"
module_config = ""
year = 2023
website = "https://godotengine.org"
-docs = "latest"
+docs = "4.2"