From 4a96db719625a2a2e9d6ccf60f1b5db13f807496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 16 May 2022 23:56:48 +0200 Subject: [PATCH] Bump version to 3.5-rc --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 45bb889af05..ac1d0a254ef 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 3 minor = 5 patch = 0 -status = "beta" +status = "rc" module_config = "" year = 2022 website = "https://godotengine.org"