1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/version.py
Rémi Verschelde ec02a81f47 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
2019-11-29 16:23:51 +01:00

10 lines
158 B
Python

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 1
patch = 2
status = "stable"
module_config = ""
year = 2019
website = "https://godotengine.org"