diff --git a/version.py b/version.py index a452810f4bd4..d09fec6f1aa3 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ major = 3 minor = 4 patch = 3 -status = "rc" +status = "stable" module_config = "" year = 2022 website = "https://godotengine.org"