godot/version.py

10 lines
158 B
Python
Raw Normal View History

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