From 37d5c14337832d3afc753e6e1fa2cc2ae2833dd3 Mon Sep 17 00:00:00 2001 From: HyperSourceGithub Date: Fri, 19 Apr 2024 16:54:21 -0400 Subject: [PATCH] Updated version, tests underway --- flightsim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flightsim.py b/flightsim.py index 9c25309..273631b 100644 --- a/flightsim.py +++ b/flightsim.py @@ -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}")