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 636b097 commit 188fdc8Copy full SHA for 188fdc8
1 file changed
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.4.0"
+ self.version = "1.4.1"
8
self.new_version = ""
9
if userSettings["Others"]["Check_update"]:
10
self.update = self.checkVersion()
0 commit comments