diff --git a/baseTemplate/views.py b/baseTemplate/views.py
index d1cb341be..e4bc792ee 100755
--- a/baseTemplate/views.py
+++ b/baseTemplate/views.py
@@ -19,7 +19,7 @@ from plogical.processUtilities import ProcessUtilities
# Create your views here.
VERSION = '2.0'
-BUILD = 3
+BUILD = 4
@ensure_csrf_cookie
def renderBase(request):
diff --git a/install/install.py b/install/install.py
index 33d10de3d..dbcaf2fca 100755
--- a/install/install.py
+++ b/install/install.py
@@ -15,7 +15,7 @@ from stat import *
import stat
VERSION = '2.0'
-BUILD = 3
+BUILD = 4
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
'nums': '0123456789',
diff --git a/loginSystem/views.py b/loginSystem/views.py
index da4af680e..5a3f05aee 100644
--- a/loginSystem/views.py
+++ b/loginSystem/views.py
@@ -19,7 +19,7 @@ from django.utils import translation
# Create your views here.
VERSION = '2.0'
-BUILD = 3
+BUILD = 4
def verifyLogin(request):
try:
diff --git a/plogical/backupUtilities.py b/plogical/backupUtilities.py
index c4b79db1f..6d9a08bdc 100755
--- a/plogical/backupUtilities.py
+++ b/plogical/backupUtilities.py
@@ -47,7 +47,7 @@ except:
pass
VERSION = '2.0'
-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 5bea017d4..37233f29d 100755
--- a/plogical/upgrade.py
+++ b/plogical/upgrade.py
@@ -14,7 +14,7 @@ import random
import string
VERSION = '2.0'
-BUILD = 3
+BUILD = 4
CENTOS7 = 0
CENTOS8 = 1