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

Commit 37bc838

Browse files
authored
Changed version 2.2 -> 2.3
1 parent 1290baa commit 37bc838

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

659659
class VersionCheck(APIView):
660660
def get(self, request, *args, **kwargs):
661-
latest_version = "2.2"
661+
latest_version = "2.3"
662662
return Response({"message": latest_version})
663663

664664

0 commit comments

Comments
 (0)