summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2026-07-13 15:43:10 -0500
committerThaddeus Crews <repiteo@outlook.com>2026-07-13 16:00:28 -0500
commita13da4feb8d8aefc283c3763d33a2f170a18d541 (patch)
tree6b69517affab086e5697aaf37643bf7220edad27
parentb2788f95a4f7efdffeacca1428c59dd0c77a33e2 (diff)
Bump version to 4.7.1-stable \o/4.7.1-stable
See the release page for details: https://godotengine.org/article/maintenance-release-godot-4-7-1/
-rw-r--r--version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py
index e1c3ce4843..3de8c22a66 100644
--- a/version.py
+++ b/version.py
@@ -3,7 +3,7 @@ name = "Godot Engine"
major = 4
minor = 7
patch = 1
-status = "rc"
+status = "stable"
module_config = ""
website = "https://godotengine.org"
docs = "4.7"