godot/version.py

11 lines
171 B
Python
Raw Permalink Normal View History

short_name = "godot"
name = "Godot Engine"
major = 3
2022-08-05 18:51:38 +02:00
minor = 6
2024-09-09 17:10:53 +02:00
patch = 1
2025-06-24 19:10:49 +02:00
status = "stable"
module_config = ""
2025-06-24 19:10:49 +02:00
year = 2025
website = "https://godotengine.org"
2024-07-02 13:06:42 +02:00
docs = "3.6"