summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2026-05-20 08:47:53 -0500
committerThaddeus Crews <repiteo@outlook.com>2026-05-20 08:47:53 -0500
commit35e80b3a8822a9df9be390814b62f44c0a9c69e8 (patch)
tree499fa231ee5d21878988a4a9cb881749def3946d
parenta89dd52037983bacbdc118053eb3f68bb2480303 (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.py2
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"