Skip to content

Commit 9aee462

Browse files
i forgot to update the version number :P
1 parent 754d4fa commit 9aee462

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
@@ -20,7 +20,7 @@
2020
# Check for updates
2121
import requests
2222

23-
version = "v1.1.1"
23+
version = "v1.1.2"
2424
response = requests.get("https://github.com/HyperSourceGithub/hyperair/releases/latest")
2525
latest_version = response.url.split("/").pop()
2626
print(f"Using version {version}")

0 commit comments

Comments
 (0)