diff --git a/CLScript/CLMain.py b/CLScript/CLMain.py index 858e7bc0a..eaeb94f6c 100644 --- a/CLScript/CLMain.py +++ b/CLScript/CLMain.py @@ -5,7 +5,7 @@ class CLMain(): self.path = '/usr/local/CyberCP/version.txt' #versionInfo = json.loads(open(self.path, 'r').read()) self.version = '2.4' - self.build = '3' + self.build = '4' ipFile = "/etc/cyberpanel/machineIP" f = open(ipFile) diff --git a/baseTemplate/templates/baseTemplate/index.html b/baseTemplate/templates/baseTemplate/index.html index b6513911d..ef905adee 100644 --- a/baseTemplate/templates/baseTemplate/index.html +++ b/baseTemplate/templates/baseTemplate/index.html @@ -1,6 +1,6 @@ {% load i18n %} {% get_current_language as LANGUAGE_CODE %} -{% with CP_VERSION="2.4.3.1" %} +{% with CP_VERSION="2.4.4.1" %} diff --git a/baseTemplate/views.py b/baseTemplate/views.py index d1fcfd309..4e4bfef57 100644 --- a/baseTemplate/views.py +++ b/baseTemplate/views.py @@ -29,7 +29,7 @@ import pwd # Create your views here. VERSION = '2.4' -BUILD = 3 +BUILD = 4 @ensure_csrf_cookie diff --git a/install/install.py b/install/install.py index e1f417ff3..4d61a4000 100644 --- a/install/install.py +++ b/install/install.py @@ -17,7 +17,7 @@ import secrets import install_utils VERSION = '2.4' -BUILD = 3 +BUILD = 4 # Using shared char_set from install_utils char_set = install_utils.char_set diff --git a/loginSystem/views.py b/loginSystem/views.py index 750a6e14c..dd78836b0 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -17,7 +17,7 @@ from django.utils import translation # Create your views here. VERSION = '2.4' -BUILD = 3 +BUILD = 4 def verifyLogin(request): diff --git a/plogical/adminPass.py b/plogical/adminPass.py index 06f2c71e7..aa536fb57 100644 --- a/plogical/adminPass.py +++ b/plogical/adminPass.py @@ -13,7 +13,7 @@ from packages.models import Package from baseTemplate.models import version VERSION = '2.4' -BUILD = 3 +BUILD = 4 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 b478e22fe..0f65b5d62 100644 --- a/plogical/backupUtilities.py +++ b/plogical/backupUtilities.py @@ -54,7 +54,7 @@ except: pass VERSION = '2.4' -BUILD = 3 +BUILD = 4 ## I am not the monster that you think I am.. diff --git a/plogical/upgrade.py b/plogical/upgrade.py index a2d6805c0..212b14a29 100644 --- a/plogical/upgrade.py +++ b/plogical/upgrade.py @@ -291,7 +291,7 @@ except ImportError: print("Recovery complete. Continuing with upgrade...") VERSION = '2.4' -BUILD = 3 +BUILD = 4 CENTOS7 = 0 CENTOS8 = 1 diff --git a/serverStatus/views.py b/serverStatus/views.py index ea0683392..5773ba0f5 100644 --- a/serverStatus/views.py +++ b/serverStatus/views.py @@ -26,7 +26,7 @@ EXPIRE = 3 ### Version VERSION = '2.4' -BUILD = 3 +BUILD = 4 def serverStatusHome(request):