release prepration of v2.4.0

This commit is contained in:
usmannasir
2025-04-14 14:44:01 +05:00
parent a8f5850cf7
commit bb3c311d5e
10 changed files with 19 additions and 20 deletions

View File

@@ -16,8 +16,8 @@ from django.http import HttpResponse
from django.utils import translation
# Create your views here.
VERSION = '2.3'
BUILD = 9
VERSION = '2.4'
BUILD = 0
def verifyLogin(request):