Skip to content

Commit 188fdc8

Browse files
committed
1.4.0 -> 1.4.1
1 parent 636b097 commit 188fdc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Version:
55
def __init__(self, userSettings, main_app):
66
self.main_app = main_app
7-
self.version = "1.4.0"
7+
self.version = "1.4.1"
88
self.new_version = ""
99
if userSettings["Others"]["Check_update"]:
1010
self.update = self.checkVersion()

0 commit comments

Comments
 (0)