Skip to content

Commit

Permalink
v2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa0128 committed Sep 26, 2023
1 parent 66ede2f commit bce4e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from __future__ import absolute_import

__version__ = '2.7.7'
__version__ = '2.7.8'
2 changes: 1 addition & 1 deletion solox/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2 class="page-title">
</li>
<li class="list-inline-item">
<a href="https://github.com/smart-test-ti/SoloX/releases" target="_blank" class="link-secondary" rel="noopener">
{% if lan == 'cn' %} 版本 {% else %} Releases {% endif %} . V2.7.7
{% if lan == 'cn' %} 版本 {% else %} Releases {% endif %} . V2.7.8
</a>
</li>
</ul>
Expand Down

0 comments on commit bce4e8e

Please sign in to comment.