godot/version.py

10 lines
159 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 4
minor = 4
2025-03-03 18:21:20 +01:00
patch = 1
2025-03-26 00:11:16 +01:00
status = "stable"
module_config = ""
website = "https://godotengine.org"
docs = "4.4"