1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-05-19 06:26:04 +02:00

Updated version to 2.1.0.

This commit is contained in:
Joe Testa 2019-11-14 08:56:43 -05:00
parent 1e1220807f
commit cf1e069db4

@ -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.1.0-dev'
VERSION = 'v2.1.0'
SSH_HEADER = 'SSH-{0}-OpenSSH_8.0' # SSH software to impersonate
if sys.version_info.major < 3: