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

Commit a600134

Browse files
Changed the version done testing
1 parent 4d94cc5 commit a600134

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
@@ -621,7 +621,7 @@ def post(self, request):
621621

622622
class VersionCheck(APIView):
623623
def get(self, request, *args, **kwargs):
624-
latest_version = "3.1"
624+
latest_version = "2.1"
625625
return Response({"message": latest_version})
626626

627627

0 commit comments

Comments
 (0)