mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-31 19:59:06 +01:00
Bump version to 2.5.5-dev for v2.5.5-dev branch
This commit is contained in:
@@ -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.4'
|
||||
self.build = '4'
|
||||
self.version = '2.5.5'
|
||||
self.build = 'dev'
|
||||
|
||||
ipFile = "/etc/cyberpanel/machineIP"
|
||||
f = open(ipFile)
|
||||
|
||||
Reference in New Issue
Block a user