godot/version.py

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

10 lines
158 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 4
minor = 3
patch = 0
2024-07-24 11:04:22 +00:00
status = "rc"
module_config = ""
website = "https://godotengine.org"
docs = "latest"