diff --git a/version.py b/version.py index 45bb889af05..ac1d0a254ef 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 5 patch = 0 -status = "beta" +status = "rc" module_config = "" year = 2022 website = "https://godotengine.org"