summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>2024-11-21 11:55:48 -0600
committerDubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>2024-11-21 11:55:48 -0600
commit427346ef302a6f1a60749251abda8810df8965b6 (patch)
treef42876798b4ce265183549821c4936e353df9f83
parente6c4359ef044b44de7d083cbde0dea2393f83e3a (diff)
downloadredot-engine-427346ef302a6f1a60749251abda8810df8965b6.tar.gz
[4.3] Bump to 4.3.1.alpha
-rw-r--r--version.py4
1 files changed, 2 insertions, 2 deletions
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"