godot/version.py

10 lines
158 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 4
2021-12-22 13:12:53 +01:00
patch = 3
2022-02-25 11:23:26 +01:00
status = "stable"
module_config = ""
year = 2022
website = "https://godotengine.org"