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

Commit 868db8b

Browse files
2 parents c39a523 + b2b3358 commit 868db8b

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

705705
class VersionCheck(APIView):
706706
def get(self, request, *args, **kwargs):
707-
latest_version = "2.3"
707+
latest_version = "2.3.1"
708708
return Response({"message": latest_version})
709709

710710

0 commit comments

Comments
 (0)