godot/version.py

11 lines
167 B
Python
Raw Permalink Normal View History

short_name = "godot"
name = "Godot Engine"
major = 3
2021-11-05 10:02:42 -04:00
minor = 5
2023-12-08 06:35:05 -05:00
patch = 4
status = "rc"
module_config = ""
year = 2024
website = "https://godotengine.org"
2022-06-20 01:41:45 -04:00
docs = "3.5"