version.py 155 B

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