Skip to content

Commit ee6f73e

Browse files
Update flightsim.py
1 parent a64d915 commit ee6f73e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flightsim.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
# Check for updates
2828
import utils.updater
2929

30-
version = "v1.1.8"
30+
# =================== #
31+
version = "v1.1.9"
32+
# =================== #
3133
response = requests.get("https://github.com/HyperSourceGithub/hyperair/releases/latest")
3234
latest_version = response.url.split("/").pop()
3335
print(f"Using version {version}")

0 commit comments

Comments
 (0)