update build numbers

This commit is contained in:
Usman Nasir
2021-03-08 11:10:48 +05:00
parent ae32836325
commit ced6a2b8e8
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.0'
self.build = '3'
self.version = '2.1'
self.build = '1'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)