diff --git a/version.py b/version.py index 296e325a7b..f1e4a1e6dd 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 3 patch = 1 -status = "rc" +status = "stable" module_config = "" year = 2021 website = "https://godotengine.org"