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

Commit e130375

Browse files
2 parents 961b701 + 39c4413 commit e130375

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

714714
class VersionCheck(APIView):
715715
def get(self, request, *args, **kwargs):
716-
latest_version = "2.3.3"
716+
latest_version = "2.3.5"
717717
return Response({"message": latest_version})
718718

719719

0 commit comments

Comments
 (0)