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 ad3ab9f commit a48e0fbCopy full SHA for a48e0fb
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.1.9.2"
+ self.version = "1.1.9.3"
8
self.new_version = ""
9
if userSettings["Others"]["Check_update"]:
10
self.update = self.checkVersion()
0 commit comments