version nbr

This commit is contained in:
Usman Nasir
2020-11-13 20:46:15 +05:00
parent 58b890c28e
commit 6a088edb30
7 changed files with 7 additions and 7 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.0'
self.build = '4'
self.build = '3'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)