We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754d4fa commit 9aee462Copy full SHA for 9aee462
flightsim.py
@@ -20,7 +20,7 @@
20
# Check for updates
21
import requests
22
23
-version = "v1.1.1"
+version = "v1.1.2"
24
response = requests.get("https://github.com/HyperSourceGithub/hyperair/releases/latest")
25
latest_version = response.url.split("/").pop()
26
print(f"Using version {version}")
0 commit comments