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

Commit 00ea1b2

Browse files
Update views.py
1 parent fe15e4c commit 00ea1b2

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

710710
class VersionCheck(APIView):
711711
def get(self, request, *args, **kwargs):
712-
latest_version = "2.3.3"
712+
latest_version = "2.3.2"
713713
return Response({"message": latest_version})
714714

715715

0 commit comments

Comments
 (0)