version.py 171 B

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