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