From 6f60722455044881bdec4ab4b07da057f95ec3b9 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Thu, 29 Aug 2019 15:53:35 -0400 Subject: [PATCH] Fixed version number. --- ssh-audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-audit.py b/ssh-audit.py index ca4db6f..06e62cd 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -27,7 +27,7 @@ from __future__ import print_function import binascii, os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64 -VERSION = 'v2.0.0-dev' +VERSION = 'v2.0.0' if sys.version_info.major < 3: print("\n!!!! NOTE: Python 2 is being considered for deprecation. If you have a good reason to need continued Python 2 support, please e-mail jtesta@positronsecurity.com with your rationale.\n\n")