Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit b2b3358

Browse files
Update views.py
1 parent 852c27a commit b2b3358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profile/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ def post(self, request):
698698

699699
class VersionCheck(APIView):
700700
def get(self, request, *args, **kwargs):
701-
latest_version = "2.3"
701+
latest_version = "2.3.1"
702702
return Response({"message": latest_version})
703703

704704

0 commit comments

Comments
 (0)