update build number

This commit is contained in:
Usman Nasir
2020-08-04 20:20:19 +05:00
parent f1b5589cdd
commit 165a453ab8
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ class CLMain():
def __init__(self):
self.path = '/usr/local/CyberCP/version.txt'
#versionInfo = json.loads(open(self.path, 'r').read())
self.version = '1.9'
self.version = '2.0'
self.build = '3'
ipFile = "/etc/cyberpanel/machineIP"