Files
engine/version.py
T

11 lines
173 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
2020-01-29 13:35:24 +01:00
major = 4
minor = 0
patch = 0
2022-01-23 00:09:04 +01:00
status = "alpha"
module_config = ""
2022-01-03 21:27:34 +01:00
year = 2022
website = "https://godotengine.org"
docs = "latest"