From 4c311cbee68c0b66ff8ebb8b0defdd9979dd2a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 3 Mar 2025 00:31:23 +0100 Subject: [PATCH] Bump version to 4.4-stable \o/ Another massive release with close to 3000 commits (excluding merge commits), with a big focus on improvements to the overall workflow and usability of the editor. Engine features didn't want to be left out amidst this usability focus though, and this release is absolutely feature-packed in all areas. See the release page for details: https://godotengine.org/releases/4.4/ More than 500 contributors were involved in this new feature release, and we want to thank them all for their amazing contributors, as well as all users who sponsor the Development Fund, reported bugs, opened proposals, or supported each other on our community platforms. --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 93c61fd2203..e08a28ecfd7 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 4 patch = 0 -status = "rc" +status = "stable" module_config = "" website = "https://godotengine.org" -docs = "latest" +docs = "4.4"