Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/version.py
9819 views
1
short_name = "godot"
2
name = "Godot Engine"
3
major = 4
4
minor = 5
5
patch = 0
6
status = "beta"
7
module_config = ""
8
website = "https://godotengine.org"
9
docs = "latest"
10
11