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