update build numbers

This commit is contained in:
Usman Nasir
2021-03-08 11:10:48 +05:00
parent ae32836325
commit ced6a2b8e8
8 changed files with 16 additions and 16 deletions

View File

@@ -18,8 +18,8 @@ from django.http import HttpResponse
from django.utils import translation
# Create your views here.
VERSION = '2.0'
BUILD = 3
VERSION = '2.1'
BUILD = 1
def verifyLogin(request):
try: