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 31d0f8ad8d Bump version to 3.2.3-stable
A fairly big new release fixing many issues all around the engine,
as well as bringing many improvements for C# users.

Thanks to all contributors! <3
2020-09-16 17:12:35 +02:00

10 lines
158 B
Python

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