Skip to content

Commit

Permalink
1.1.7 to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LOUDO56 committed Sep 11, 2024
1 parent 33f8193 commit b7cc2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Version:
def __init__(self, userSettings, main_app):
self.main_app = main_app
self.version = "1.1.7"
self.version = "1.1.8"
self.new_version = ""
if userSettings["Others"]["Check_update"]:
self.update = self.checkVersion()
Expand Down

0 comments on commit b7cc2bc

Please sign in to comment.