perf: update client version

This commit is contained in:
feng
2026-01-21 16:15:17 +08:00
committed by ZhaoJiSen
parent abe5b7b157
commit 64ad6c5925
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ class ResourceDownload(TemplateView):
OPENSSH_VERSION=v9.4.0.0
TINKER_VERSION=v0.1.6
VIDEO_PLAYER_VERSION=0.6.0
CLIENT_VERSION=4.1.0
CLIENT_VERSION=4.1.2
"""
def get_meta_json(self):

View File

@@ -222,4 +222,4 @@ class ClientVersionView(APIView):
permission_classes = (AllowAny,)
def get(self, request, *args, **kwargs):
return Response(['4.0.0', '4.1.0'], status=status.HTTP_200_OK)
return Response(['4.0.0', '4.1.0', '4.1.1', '4.1.2'], status=status.HTTP_200_OK)