diff --git a/apps/jumpserver/views/other.py b/apps/jumpserver/views/other.py index 0d38a4f87..95ad4dff3 100644 --- a/apps/jumpserver/views/other.py +++ b/apps/jumpserver/views/other.py @@ -101,7 +101,7 @@ class ResourceDownload(TemplateView): MRD_VERSION=10.6.7 OPENSSH_VERSION=v9.4.0.0 TINKER_VERSION=v0.1.6 - VIDEO_PLAYER_VERSION=0.1.9 + VIDEO_PLAYER_VERSION=0.2.0 CLIENT_VERSION=v2.1.3 """ diff --git a/apps/templates/resource_download.html b/apps/templates/resource_download.html index 512626d72..90da1acb3 100644 --- a/apps/templates/resource_download.html +++ b/apps/templates/resource_download.html @@ -50,10 +50,10 @@ p {
-

JumpServer {% trans 'Offline video player' %} v0.1.9

+

JumpServer {% trans 'Offline video player' %} v{{ VIDEO_PLAYER_VERSION }}