From 31d0f8ad8d5cf50a310ee7e8ada4dcdb4510690b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 16 Sep 2020 17:12:35 +0200 Subject: [PATCH] Bump version to 3.2.3-stable A fairly big new release fixing many issues all around the engine, as well as bringing many improvements for C# users. Thanks to all contributors! <3 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 3020458d4b5..5491deac2ae 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 2 patch = 3 -status = "rc" +status = "stable" module_config = "" year = 2020 website = "https://godotengine.org"