godot/version.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
167 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 4
minor = 1
2024-04-17 15:21:03 +00:00
patch = 5
status = "rc"
module_config = ""
2024-01-24 19:50:57 +00:00
year = 2024
website = "https://godotengine.org"
docs = "4.1"