godot/version.py

10 lines
158 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 4
2022-03-01 10:50:58 +01:00
patch = 4
2022-03-22 10:47:22 +01:00
status = "stable"
module_config = ""
year = 2022
website = "https://godotengine.org"