Skip to content

Commit 4f2f995

Browse files
committed
Bumped version to v2.5.0.
1 parent 134236f commit 4f2f995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $ docker pull positronsecurity/ssh-audit
175175
For convenience, a web front-end on top of the command-line tool is available at [https://www.ssh-audit.com/](https://www.ssh-audit.com/).
176176

177177
## ChangeLog
178-
### v2.5.0-dev (???)
178+
### v2.5.0 (2021-08-26)
179179
- Fixed crash when running host key tests.
180180
- Handles server connection failures more gracefully.
181181
- Now prints JSON with indents when `-jj` is used (useful for debugging).

src/ssh_audit/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
THE SOFTWARE.
2323
"""
24-
VERSION = 'v2.5.0-dev'
24+
VERSION = 'v2.5.0'
2525
SSH_HEADER = 'SSH-{0}-OpenSSH_8.2' # SSH software to impersonate
2626
GITHUB_ISSUES_URL = 'https://github.com/jtesta/ssh-audit/issues' # The URL to the Github issues tracker.
2727
WINDOWS_MAN_PAGE = ''

0 commit comments

Comments
 (0)