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 a64d915 commit ee6f73eCopy full SHA for ee6f73e
flightsim.py
@@ -27,7 +27,9 @@
27
# Check for updates
28
import utils.updater
29
30
-version = "v1.1.8"
+# =================== #
31
+version = "v1.1.9"
32
33
response = requests.get("https://github.com/HyperSourceGithub/hyperair/releases/latest")
34
latest_version = response.url.split("/").pop()
35
print(f"Using version {version}")
0 commit comments