diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 2f77e54d8..47f80393c 100644 --- a/CLScript/CLMain.py +++ b/CLScript/CLMain.py @@ -5,7 +5,7 @@ def __init__(self): self.path = '/usr/local/CyberCP/version.txt' #versionInfo = json.loads(open(self.path, 'r').read()) self.version = '2.3' - self.build = '6' + self.build = '7' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index cdd352f4d..953e2947d 100755 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -77,7 +77,7 @@ - {% with version="2.3.5.8" %} + {% with version="2.3.7.1" %} diff --git a/baseTemplate/views.py b/baseTemplate/views.py index e08d707ab..1bfd1f1db 100755 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -21,7 +21,7 @@ # Create your views here. VERSION = '2.3' -BUILD = 6 +BUILD = 7 @ensure_csrf_cookie diff --git a/install/install.py b/install/install.py index e82526cc5..d4e5ff280 100755 --- a/install/install.py +++ b/install/install.py @@ -15,7 +15,7 @@ import stat VERSION = '2.3' -BUILD = 6 +BUILD = 7 char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'} diff --git a/loginSystem/views.py b/loginSystem/views.py index 7684da335..b4037fe2d 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -17,7 +17,7 @@ # Create your views here. VERSION = '2.3' -BUILD = 6 +BUILD = 7 def verifyLogin(request): diff --git a/plogical/adminPass.py b/plogical/adminPass.py index 49421fc3e..9beeed7b3 100755 --- a/plogical/adminPass.py +++ b/plogical/adminPass.py @@ -13,7 +13,7 @@ from baseTemplate.models import version VERSION = '2.3' -BUILD = 6 +BUILD = 7 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 22a68e61b..f59522bc1 100755 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -52,7 +52,7 @@ pass VERSION = '2.3' -BUILD = 6 +BUILD = 7 ## I am not the monster that you think I am.. diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 162fc6730..4b1fdd54b 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -18,7 +18,7 @@ import string VERSION = '2.3' -BUILD = 6 +BUILD = 7 CENTOS7 = 0 CENTOS8 = 1 diff --git a/serverStatus/views.py b/serverStatus/views.py index 6449b864f..8efb48381 100755 --- a/serverStatus/views.py +++ b/serverStatus/views.py @@ -26,7 +26,7 @@ ### Version VERSION = '2.3' -BUILD = 6 +BUILD = 7 def serverStatusHome(request):