diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 4761b01c5..492207f48 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.1' - self.build = '2' + self.version = '2.3' + self.build = '1' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/views.py b/baseTemplate/views.py index 4320fbac0..2aa65dd37 100755 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -18,8 +18,8 @@ from plogical.httpProc import httpProc # Create your views here. -VERSION = '2.1' -BUILD = 2 +VERSION = '2.3' +BUILD = 1 @ensure_csrf_cookie diff --git a/install/install.py b/install/install.py index 3268e8b21..5f3f0e5fc 100755 --- a/install/install.py +++ b/install/install.py @@ -14,8 +14,8 @@ from os.path import * from stat import * import stat -VERSION = '2.1' -BUILD = 2 +VERSION = '2.3' +BUILD = 1 char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'} diff --git a/loginSystem/views.py b/loginSystem/views.py index 1917960a2..eac0b4d08 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -18,8 +18,8 @@ from django.http import HttpResponse from django.utils import translation # Create your views here. -VERSION = '2.1' -BUILD = 2 +VERSION = '2.3' +BUILD = 1 def verifyLogin(request): diff --git a/plogical/adminPass.py b/plogical/adminPass.py index 278b39611..27f72503d 100755 --- a/plogical/adminPass.py +++ b/plogical/adminPass.py @@ -12,8 +12,8 @@ from plogical.acl import ACLManager from packages.models import Package from baseTemplate.models import version -VERSION = '2.1' -BUILD = 2 +VERSION = '2.3' +BUILD = 1 if not os.geteuid() == 0: sys.exit("\nOnly root can run this script\n") diff --git a/plogical/backupUtilities.py b/plogical/backupUtilities.py index 23127abcf..dfe889493 100755 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -48,8 +48,8 @@ try: except: pass -VERSION = '2.1' -BUILD = 2 +VERSION = '2.3' +BUILD = 1 ## I am not the monster that you think I am.. diff --git a/plogical/upgrade.py b/plogical/upgrade.py index a103c14ac..7ac13c973 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -16,8 +16,8 @@ from CyberCP import settings import random import string -VERSION = '2.1' -BUILD = 2 +VERSION = '2.3' +BUILD = 1 CENTOS7 = 0 CENTOS8 = 1 diff --git a/serverStatus/views.py b/serverStatus/views.py index d71dbca11..87fe564d7 100755 --- a/serverStatus/views.py +++ b/serverStatus/views.py @@ -25,8 +25,8 @@ EXPIRE = 3 ### Version -VERSION = '2.1' -BUILD = 2 +VERSION = '2.3' +BUILD = 1 def serverStatusHome(request): proc = httpProc(request, 'serverStatus/index.html',