version.py 154 B

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