diff --git a/version.py b/version.py index 39ed2b76afcc..281cd11eace9 100644 --- a/version.py +++ b/version.py @@ -3,8 +3,8 @@ major = 4 minor = 1 patch = 0 -status = "rc" +status = "stable" module_config = "" year = 2023 website = "https://godotengine.org" -docs = "latest" +docs = "4.1"