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 4da4277dc9 Bump version to 3.3.1-stable
Almost exclusively bug fixes, see the CHANGELOG.md for details.

Thanks to all contributors! <3
2021-05-18 13:03:47 +02:00

10 lines
158 B
Python

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 3
patch = 1
status = "stable"
module_config = ""
year = 2021
website = "https://godotengine.org"