From 427346ef302a6f1a60749251abda8810df8965b6 Mon Sep 17 00:00:00 2001 From: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:55:48 -0600 Subject: [4.3] Bump to 4.3.1.alpha --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.py') diff --git a/version.py b/version.py index 95f5d9183d..9de9837973 100644 --- a/version.py +++ b/version.py @@ -2,8 +2,8 @@ short_name = "redot" name = "Redot Engine" major = 4 minor = 3 -patch = 0 -status = "beta" +patch = 1 +status = "alpha" status_version = 0 module_config = "" website = "https://redotengine.org" -- cgit v1.2.3