diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index eaeb94f6c..a3acece48 100644 --- a/CLScript/CLMain.py +++ b/CLScript/CLMain.py @@ -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) diff --git a/baseTemplate/views.py b/baseTemplate/views.py index aee6450b5..fcde38cd5 100644 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -28,8 +28,8 @@ import pwd # Create your views here. -VERSION = '2.4' -BUILD = 4 +VERSION = '2.5.5' +BUILD = 'dev' @ensure_csrf_cookie diff --git a/serverStatus/views.py b/serverStatus/views.py index b49a32cc3..9d5d54bd2 100644 --- a/serverStatus/views.py +++ b/serverStatus/views.py @@ -25,8 +25,8 @@ EXPIRE = 3 ### Version -VERSION = '2.4' -BUILD = 4 +VERSION = '2.5.5' +BUILD = 'dev' def serverStatusHome(request): diff --git a/version.txt b/version.txt index 07695fa13..0ba93c86e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -{"version":"2.4","build":4} \ No newline at end of file +{"version":"2.5.5","build":"dev"} \ No newline at end of file