diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 64590cf5b..7fe666ab5 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 = '8' + self.build = '9' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/views.py b/baseTemplate/views.py index 29359d7a9..14b80d9d5 100755 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -21,7 +21,7 @@ # Create your views here. VERSION = '2.3' -BUILD = 8 +BUILD = 9 @ensure_csrf_cookie diff --git a/install/install.py b/install/install.py index 12fa1b46c..c01206e09 100755 --- a/install/install.py +++ b/install/install.py @@ -15,7 +15,7 @@ import stat VERSION = '2.3' -BUILD = 8 +BUILD = 9 char_set = {'small': 'abcdefghijklmnopqrstuvwxyz', 'nums': '0123456789', 'big': 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'} diff --git a/loginSystem/views.py b/loginSystem/views.py index 051adb3b6..b10f7f658 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -17,7 +17,7 @@ # Create your views here. VERSION = '2.3' -BUILD = 8 +BUILD = 9 def verifyLogin(request): diff --git a/plogical/adminPass.py b/plogical/adminPass.py index 4e74dae57..cb1dc308d 100755 --- a/plogical/adminPass.py +++ b/plogical/adminPass.py @@ -13,7 +13,7 @@ from baseTemplate.models import version VERSION = '2.3' -BUILD = 8 +BUILD = 9 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 7972c92ee..3e1552883 100755 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -54,7 +54,7 @@ pass VERSION = '2.3' -BUILD = 8 +BUILD = 9 ## I am not the monster that you think I am.. diff --git a/plogical/upgrade.py b/plogical/upgrade.py index 2c02dc2e8..068f99870 100755 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -18,7 +18,7 @@ import string VERSION = '2.3' -BUILD = 8 +BUILD = 9 CENTOS7 = 0 CENTOS8 = 1 diff --git a/serverStatus/views.py b/serverStatus/views.py index 73c1df3b3..12c797283 100755 --- a/serverStatus/views.py +++ b/serverStatus/views.py @@ -26,7 +26,7 @@ ### Version VERSION = '2.3' -BUILD = 8 +BUILD = 9 def serverStatusHome(request):