version update

This commit is contained in:
Usman Nasir
2022-04-24 22:41:34 +05:00
parent 5e798b1e0c
commit 1b85fffcfc
8 changed files with 16 additions and 16 deletions

View File

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