bug fix: update build number

This commit is contained in:
Usman Nasir
2020-06-17 14:57:51 +05:00
parent 0b69e9dbde
commit 117473b3cd
6 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ from plogical.processUtilities import ProcessUtilities
# Create your views here.
VERSION = '2.0'
BUILD = 1
BUILD = 2
@ensure_csrf_cookie
def renderBase(request):

View File

@@ -15,7 +15,7 @@ from stat import *
import stat
VERSION = '2.0'
BUILD = 1
BUILD = 2
char_set = {'small': 'abcdefghijklmnopqrstuvwxyz',
'nums': '0123456789',

View File

@@ -19,7 +19,7 @@ from django.utils import translation
# Create your views here.
VERSION = '2.0'
BUILD = 1
BUILD = 2
def verifyLogin(request):
try:

View File

@@ -13,7 +13,7 @@ from packages.models import Package
from baseTemplate.models import version
VERSION = '2.0'
BUILD = 1
BUILD = 2
if not os.geteuid() == 0:
sys.exit("\nOnly root can run this script\n")

View File

@@ -47,7 +47,7 @@ except:
pass
VERSION = '2.0'
BUILD = 1
BUILD = 2
## I am not the monster that you think I am..

View File

@@ -14,7 +14,7 @@ import random
import string
VERSION = '2.0'
BUILD = 1
BUILD = 2
CENTOS7 = 0
CENTOS8 = 1