Skip to content

Commit

Permalink
Bumped version to v2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtesta committed Nov 26, 2019
1 parent 8e0b831 commit dc36622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from __future__ import print_function
import base64, binascii, errno, hashlib, getopt, io, os, random, re, select, socket, struct, sys, json

VERSION = 'v2.2.0-dev'
VERSION = 'v2.1.1'
SSH_HEADER = 'SSH-{0}-OpenSSH_8.0' # SSH software to impersonate

if sys.version_info.major < 3:
Expand Down

0 comments on commit dc36622

Please sign in to comment.