Skip to content

Commit 738bdbb

Browse files
Updated version, tests underway
1 parent 61c1d64 commit 738bdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flightsim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Check for updates
2727
import utils.updater
2828

29-
version = "v1.1.6"
29+
version = "v1.1.7"
3030
response = requests.get("https://github.com/HyperSourceGithub/hyperair/releases/latest")
3131
latest_version = response.url.split("/").pop()
3232
print(f"Using version {version}")

0 commit comments

Comments
 (0)