summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2026-03-31 15:42:38 -0500
committerThaddeus Crews <repiteo@outlook.com>2026-03-31 15:42:38 -0500
commit001aa128b1cd80dc4e47e823c360bccf45ed6bad (patch)
treeaedc2dcce99203f434a28fadca046a8698a4c16d
parentf39cc28e89d4e8060a3ea0983477809bc0897554 (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.py2
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"