diff options
| author | Thaddeus Crews <repiteo@outlook.com> | 2026-02-16 09:07:08 -0600 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2026-02-16 09:13:51 -0600 |
| commit | 14d19694e0c88a3f9e82d899a0400f27a24c176e (patch) | |
| tree | f7f90137bf8d7af5c0ea32c92c08cde92b96e205 | |
| parent | a6839cd10c957391204fa20a5522e8ecb45c8172 (diff) | |
Bump version to 4.6.1-stable \o/4.6.1-stable
See the release page for details: https://godotengine.org/article/maintenance-release-godot-4-6-1/
| -rw-r--r-- | version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py index ded9a8a02a..451d670193 100644 --- a/version.py +++ b/version.py @@ -3,7 +3,7 @@ name = "Godot Engine" major = 4 minor = 6 patch = 1 -status = "rc" +status = "stable" module_config = "" website = "https://godotengine.org" docs = "4.6" |
