godot/version.py

7 lines
91 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 2
minor = 1
2019-05-28 13:01:07 +02:00
patch = 6
2019-07-02 15:08:16 +02:00
status = "stable"