diff --git a/version.py b/version.py index aed645f0e0..21d692a680 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 1 patch = 2 -status = "rc" +status = "stable" module_config = "" year = 2019 website = "https://godotengine.org"