diff options
| author | Thaddeus Crews <repiteo@outlook.com> | 2026-05-20 08:47:53 -0500 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2026-05-20 08:47:53 -0500 |
| commit | 35e80b3a8822a9df9be390814b62f44c0a9c69e8 (patch) | |
| tree | 499fa231ee5d21878988a4a9cb881749def3946d | |
| parent | a89dd52037983bacbdc118053eb3f68bb2480303 (diff) | |
Bump version to 4.6.3-stable \o/4.6.3-stable
See the release page for details: https://godotengine.org/article/maintenance-release-godot-4-6-3/
| -rw-r--r-- | version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py index 87025f72d9..9317d2cca7 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 6 patch = 3 -status = "rc" +status = "stable" module_config = "" website = "https://godotengine.org" docs = "4.6" |
