diff --git a/version.py b/version.py index 2d42fb8ce36..89ad0efada2 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 2 patch = 2 -status = "beta" +status = "rc" module_config = "" year = 2020 website = "https://godotengine.org"