mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Fixed version number.
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
				
			|||||||
from __future__ import print_function
 | 
					from __future__ import print_function
 | 
				
			||||||
import binascii, os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64
 | 
					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:
 | 
					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")
 | 
					        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")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user