diff options
author | McDubh <103212704+mcdubhghlas@users.noreply.github.com> | 2024-11-21 12:19:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 12:19:36 -0600 |
commit | 65de49c552e29e028754ac32638d075c26a6db24 (patch) | |
tree | f42876798b4ce265183549821c4936e353df9f83 | |
parent | a06b0a021c7ed07e3c1fa45392fa0ab49453c395 (diff) | |
parent | 427346ef302a6f1a60749251abda8810df8965b6 (diff) | |
download | redot-engine-65de49c552e29e028754ac32638d075c26a6db24.tar.gz |
Merge pull request #874 from mcdubhghlas/4.3
[4.3] Bump to 4.3.1.alpha
-rw-r--r-- | version.py | 4 |
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" |