From d15a36616ae2232e535197b71878769b2b724a4c Mon Sep 17 00:00:00 2001 From: Arctis Fireblight <6182060+Arctis-Fireblight@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:43:43 -0600 Subject: [PATCH] Bump version - 4.4.0-rc.1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 5ff402693e..182c7b6f15 100644 --- a/version.py +++ b/version.py @@ -3,8 +3,8 @@ name = "Redot Engine" major = 4 minor = 4 patch = 0 -status = "beta" -status_version = 0 +status = "rc" +status_version = 1 module_config = "" website = "https://redotengine.org" docs = "latest"