godot/version.py

11 lines
171 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 4
minor = 0
2023-04-04 10:50:01 +02:00
patch = 3
2023-05-19 08:58:15 +02:00
status = "stable"
module_config = ""
year = 2023
website = "https://godotengine.org"
docs = "4.0"