diff options
| author | Thaddeus Crews <repiteo@outlook.com> | 2026-03-31 15:42:38 -0500 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2026-03-31 15:42:38 -0500 |
| commit | 001aa128b1cd80dc4e47e823c360bccf45ed6bad (patch) | |
| tree | aedc2dcce99203f434a28fadca046a8698a4c16d | |
| parent | f39cc28e89d4e8060a3ea0983477809bc0897554 (diff) | |
Bump version to 4.6.2-stable \o/4.6.2-stable
See the release page for details: https://godotengine.org/article/maintenance-release-godot-4-6-2/
| -rw-r--r-- | version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py index a412f14da0..92978adf44 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 6 patch = 2 -status = "rc" +status = "stable" module_config = "" website = "https://godotengine.org" docs = "4.6" |
