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 56feab3258 Bump version to 4.1.3-rc
Should have been done before merging #83901, oops.
2023-10-25 14:29:42 +02:00

11 lines
167 B
Python

short_name = "godot"
name = "Godot Engine"
major = 4
minor = 1
patch = 3
status = "rc"
module_config = ""
year = 2023
website = "https://godotengine.org"
docs = "4.1"