We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3905c24 commit 3b95a71Copy full SHA for 3b95a71
main.py
@@ -10,7 +10,7 @@
10
from pypresence.exceptions import PipeClosed
11
12
# pyinstaller main.py --onefile --icon=VATSIM.ico --add-data "VATSIM.ico;." -w -n Vatsim-Discord-RPC
13
-version = "v1.0.2"
+version = "v1.1.0"
14
up_to_date = check_for_update(version=version)
15
log = logging_setup.setup_logging()
16
0 commit comments