summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMcDubh <103212704+mcdubhghlas@users.noreply.github.com>2024-11-21 12:19:36 -0600
committerGitHub <noreply@github.com>2024-11-21 12:19:36 -0600
commit65de49c552e29e028754ac32638d075c26a6db24 (patch)
treef42876798b4ce265183549821c4936e353df9f83
parenta06b0a021c7ed07e3c1fa45392fa0ab49453c395 (diff)
parent427346ef302a6f1a60749251abda8810df8965b6 (diff)
downloadredot-engine-65de49c552e29e028754ac32638d075c26a6db24.tar.gz
Merge pull request #874 from mcdubhghlas/4.3
[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"