diff options
-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" |