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 61c1d64 commit 738bdbbCopy full SHA for 738bdbb
flightsim.py
@@ -26,7 +26,7 @@
26
# Check for updates
27
import utils.updater
28
29
-version = "v1.1.6"
+version = "v1.1.7"
30
response = requests.get("https://github.com/HyperSourceGithub/hyperair/releases/latest")
31
latest_version = response.url.split("/").pop()
32
print(f"Using version {version}")
0 commit comments