changed to 1.1.11

This commit is contained in:
LE LOUER Lucas 2024-02-19 10:43:57 +01:00
parent f78c1817c6
commit 40fc37189d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import requests
class Version:
def __init__(self, userSettings):
self.version = "1.1.10"
self.version = "1.1.11"
self.new_version = ""
if userSettings["Others"]["Check_update"]:
self.update = self.checkVersion()