godot/version.py

10 lines
158 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 2
2020-03-11 14:47:38 +01:00
patch = 2
status = "stable"
module_config = ""
year = 2020
website = "https://godotengine.org"