From 4da4277dc9ff253ec9b23af1355d6f8bcefff5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 18 May 2021 13:03:25 +0200 Subject: [PATCH] Bump version to 3.3.1-stable Almost exclusively bug fixes, see the CHANGELOG.md for details. Thanks to all contributors! <3 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 296e325a7bc..f1e4a1e6dd2 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 3 patch = 1 -status = "rc" +status = "stable" module_config = "" year = 2021 website = "https://godotengine.org"