godot/version.py

10 lines
159 B
Python
Raw Permalink Normal View History

short_name = "godot"
name = "Godot Engine"
major = 4
minor = 5
2025-09-15 15:56:44 -05:00
patch = 1
2025-10-12 17:32:00 +02:00
status = "stable"
module_config = ""
website = "https://godotengine.org"
docs = "4.5"