Browse Source

[Update] 修改版本号

pull/1282/head
ibuler 7 years ago
parent
commit
0b89ff17fd
  1. 2
      apps/__init__.py
  2. 2
      apps/templates/_footer.html

2
apps/__init__.py

@ -2,4 +2,4 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
__version__ = "1.2.1" __version__ = "1.3.0"

2
apps/templates/_footer.html

@ -1,6 +1,6 @@
<div class="footer fixed"> <div class="footer fixed">
<div class="pull-right"> <div class="pull-right">
Version <strong>1.2.1-{% include '_build.html' %}</strong> GPLv2. Version <strong>1.3.0-{% include '_build.html' %}</strong> GPLv2.
<img style="display: none" src="http://www.jumpserver.org/img/evaluate_avatar1.jpg"> <img style="display: none" src="http://www.jumpserver.org/img/evaluate_avatar1.jpg">
</div> </div>
<div> <div>

Loading…
Cancel
Save