diff options
| author | Thaddeus Crews <repiteo@outlook.com> | 2026-08-16 20:18:38 -0500 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2026-08-16 20:18:38 -0500 |
| commit | ed1daf0bf001b61586d9930840f2f1394092c079 (patch) | |
| tree | 8cce5a783df3eb396336ecfb9331aaab0c172807 | |
| parent | b40a61e58b22b9205d4442e6f1546bc6f1a6de93 (diff) | |
Bump version to 4.7.2-stable \o/4.7.2-stable
See the release page for details: https://godotengine.org/article/maintenance-release-godot-4-7-2/
| -rw-r--r-- | version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py index 34b30c2155..4b0e55c61b 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 7 patch = 2 -status = "rc" +status = "stable" module_config = "" website = "https://godotengine.org" docs = "4.7" |
