diff --git a/version.py b/version.py index 7bd7baf06ac..617751a6e0b 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 5 patch = 0 -status = "beta" +status = "rc" module_config = "" website = "https://godotengine.org" docs = "latest"