Skip to content

Commit 8b71574

Browse files
committed
Update: 1.2.0 to 1.3.0
1 parent 0487f8d commit 8b71574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.0"
7+
self.version = "1.3.0"
88
self.new_version = ""
99
if userSettings["Others"]["Check_update"]:
1010
self.update = self.checkVersion()

0 commit comments

Comments
 (0)