We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0487f8d commit 8b71574Copy full SHA for 8b71574
src/utils/version.py
@@ -4,7 +4,7 @@
4
class Version:
5
def __init__(self, userSettings, main_app):
6
self.main_app = main_app
7
- self.version = "1.2.0"
+ self.version = "1.3.0"
8
self.new_version = ""
9
if userSettings["Others"]["Check_update"]:
10
self.update = self.checkVersion()
0 commit comments