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

Commit fe15e4c

Browse files
Version changed 2.3.3 version realeased with bug fixes
1 parent cdbb179 commit fe15e4c

File tree

2 files changed

+333
-83
lines changed

2 files changed

+333
-83
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.2"
712+
latest_version = "2.3.3"
713713
return Response({"message": latest_version})
714714

715715

0 commit comments

Comments
 (0)