prepare for v2.1.2

This commit is contained in:
Usman Nasir
2021-10-20 12:52:02 +05:00
parent 43331e1bee
commit bac7a0dcaf
8 changed files with 8 additions and 8 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.1'
self.build = '1'
self.build = '2'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)