Browse Source

Merge pull request #3376 from jumpserver/dev_v

[Update] 修改版本号(1.5.4)
pull/3377/head
BaiJiangJie 5 years ago committed by GitHub
parent
commit
4c1821e42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/jumpserver/const.py
  2. 2
      apps/templates/_foot_js.html

2
apps/jumpserver/const.py

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
#
VERSION = '1.5.3'
VERSION = '1.5.4'

2
apps/templates/_foot_js.html

@ -7,7 +7,7 @@
<script src="{% static "js/plugins/toastr/toastr.min.js" %}"></script>
<script src="{% static "js/inspinia.js" %}"></script>
<script type="text/javascript" src="{% url 'javascript-catalog' %}"></script>
<script src="{% static "js/jumpserver.js" %}?v=4"></script>
<script src="{% static "js/jumpserver.js" %}?v=5"></script>
<script>
activeNav();
$(document).ready(function(){

Loading…
Cancel
Save