Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LOUDO56 committed May 11, 2024
1 parent 4b753de commit 7e3fe59
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 @@ -3,7 +3,7 @@

class Version:
def __init__(self, userSettings):
self.version = "1.1.4"
self.version = "1.1.5"
self.new_version = ""
if userSettings["Others"]["Check_update"]:
self.update = self.checkVersion()
Expand Down

0 comments on commit 7e3fe59

Please sign in to comment.