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