version.py 171 B

12345678910
  1. short_name = "godot"
  2. name = "Godot Engine"
  3. major = 4
  4. minor = 1
  5. patch = 4
  6. status = "stable"
  7. module_config = ""
  8. year = 2024
  9. website = "https://godotengine.org"
  10. docs = "4.1"