Skip to content

Commit

Permalink
Updated version, tests underway
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperSourceGithub committed Apr 19, 2024
1 parent 738bdbb commit 37d5c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flightsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Check for updates
import utils.updater

version = "v1.1.7"
version = "v1.1.8"
response = requests.get("https://github.com/HyperSourceGithub/hyperair/releases/latest")
latest_version = response.url.split("/").pop()
print(f"Using version {version}")
Expand Down

0 comments on commit 37d5c14

Please sign in to comment.