godot/version.py

10 lines
155 B
Python
Raw Normal View History

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