diff --git a/version.py b/version.py index 86e8b1b06c5..89ad0efada2 100644 --- a/version.py +++ b/version.py @@ -2,8 +2,8 @@ short_name = "godot" name = "Godot Engine" major = 3 minor = 2 -patch = 1 -status = "stable" +patch = 2 +status = "rc" module_config = "" year = 2020 website = "https://godotengine.org"