godot/version.py

10 lines
159 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 4
2025-09-15 15:50:22 -05:00
minor = 6
patch = 0
2025-09-15 15:50:22 -05:00
status = "dev"
module_config = ""
website = "https://godotengine.org"
2025-09-15 15:55:06 -05:00
docs = "latest"