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

Commit 1ab6351

Browse files
2 parents cb05b7f + 37bc838 commit 1ab6351

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
@@ -664,5 +664,5 @@ def post(self, request):
664664

665665
class VersionCheck(APIView):
666666
def get(self, request, *args, **kwargs):
667-
latest_version = "2.2"
667+
latest_version = "2.3"
668668
return Response({"message": latest_version})

0 commit comments

Comments
 (0)