godot/version.py
Rémi Verschelde 46c495ca21
Bump version to 4.5-beta
The feature freeze for 4.5 is now active.

From here on we'll focus only on fixing bugs to stabilize the development
branch and release 4.5-stable within a few weeks.
2025-06-16 01:54:06 +02:00

9 lines
160 B
Python

short_name = "godot"
name = "Godot Engine"
major = 4
minor = 5
patch = 0
status = "beta"
module_config = ""
website = "https://godotengine.org"
docs = "latest"