1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/version.py
Rémi Verschelde f61e2491e1 Update year property in version.py to 2024
Seems like we missed this one when changing the copyright statements
to use `present` instead of the hardcoded `year`.

And backport other minor improvements from #87543.
2024-01-25 13:38:03 +01:00

11 lines
169 B
Python

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 6
patch = 0
status = "beta"
module_config = ""
year = 2024
website = "https://godotengine.org"
docs = "3.5"