godot/version.py

11 lines
167 B
Python
Raw 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
status = "rc"
module_config = ""
year = 2024
website = "https://godotengine.org"
2024-07-02 13:06:42 +02:00
docs = "3.6"