mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-16 17:15:18 +00:00
perf: update client version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
import re
|
||||
import os
|
||||
import re
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from django.conf import settings
|
||||
@@ -79,7 +79,7 @@ class ResourceDownload(TemplateView):
|
||||
OPENSSH_VERSION=v9.4.0.0
|
||||
TINKER_VERSION=v0.1.6
|
||||
VIDEO_PLAYER_VERSION=0.5.2
|
||||
CLIENT_VERSION=4.1.3
|
||||
CLIENT_VERSION=4.1.5
|
||||
VENDOR={settings.VENDOR}
|
||||
MORE_DOWNLOADS_URL={more_downloads}
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user