1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00
Files
godot/version.py
Rémi Verschelde a627cdafc5 Update copyright statements to 2022
Happy new year to the wonderful Godot community!
2022-01-13 15:54:13 +01:00

11 lines
169 B
Python

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