mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Back to development version.
This commit is contained in:
parent
e42064b9b9
commit
dd3ca9688e
@ -26,7 +26,7 @@
|
||||
from __future__ import print_function
|
||||
import os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64
|
||||
|
||||
VERSION = 'v1.7.0'
|
||||
VERSION = 'v1.7.1.dev'
|
||||
|
||||
if sys.version_info >= (3,): # pragma: nocover
|
||||
StringIO, BytesIO = io.StringIO, io.BytesIO
|
||||
|
Loading…
Reference in New Issue
Block a user