Browse Source

Bump version to 3.1.2-stable

Tons of bugfixes have been cherry-picked since 3.1.1 in April,
this should make the 3.1 branch a lot more reliable to ship games.

Thanks to all contributors! <3
Rémi Verschelde 5 years ago
parent
commit
ec02a81f47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      version.py

+ 1 - 1
version.py

@@ -3,7 +3,7 @@ name = "Godot Engine"
 major = 3
 major = 3
 minor = 1
 minor = 1
 patch = 2
 patch = 2
-status = "rc"
+status = "stable"
 module_config = ""
 module_config = ""
 year = 2019
 year = 2019
 website = "https://godotengine.org"
 website = "https://godotengine.org"