version.py 158 B

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