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

Commit 0739afb

Browse files
Update views.py
1 parent c8ebcf4 commit 0739afb

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 = "2.1"
624+
latest_version = "2.2"
625625
return Response({"message": latest_version})
626626

627627

0 commit comments

Comments
 (0)