diff --git a/version.py b/version.py index db8738f31f61..248340e91fca 100644 --- a/version.py +++ b/version.py @@ -3,8 +3,8 @@ major = 4 minor = 2 patch = 0 -status = "rc" +status = "stable" module_config = "" year = 2023 website = "https://godotengine.org" -docs = "latest" +docs = "4.2"