godot/version.py

10 lines
158 B
Python
Raw Permalink Normal View History

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 4
2022-04-13 10:18:18 +00:00
patch = 5
2022-08-01 20:07:44 +00:00
status = "stable"
module_config = ""
year = 2022
website = "https://godotengine.org"