update version number

This commit is contained in:
usman@cyberpersons.com
2023-04-25 13:24:16 +05:00
parent 8e8a20ad41
commit 1ac841449e
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.3'
self.build = '3'
self.build = '4'
ipFile = "/etc/cyberpanel/machineIP"
f = open(ipFile)