From 6a9fbafcbbd7954761fb17554ed08fb62e3554dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 26 Jun 2020 08:17:54 +0200 Subject: [PATCH] Bump version to 3.2.2-stable This release includes many bugfixes, UX enhancements but also a number of new features such as C# support on iOS, 2D batching for GLES2, a new plugin system for Android, and DTLS support! Thanks to all contributors! <3 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 89ad0efada..d347c7c00b 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 2 patch = 2 -status = "rc" +status = "stable" module_config = "" year = 2020 website = "https://godotengine.org"