mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-02-21 14:32:45 +00:00
perf: update client version
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user