This commit is contained in:
Usman Nasir
2022-06-23 12:54:32 +05:00
parent 527df5640c
commit bb9f273246
9 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ class CLMain():
self.path = '/usr/local/CyberCP/version.txt'
#versionInfo = json.loads(open(self.path, 'r').read())
self.version = '2.3'
self.build = '1'
self.build = '2'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)