2.1.7: Version bump for recent updates (PMKID, AttributeError fix).

This commit is contained in:
derv82
2018-08-16 00:15:12 -07:00
parent e48f3bb035
commit d7120bca50

View File

@@ -8,7 +8,7 @@ from .tools.macchanger import Macchanger
class Configuration(object): class Configuration(object):
''' Stores configuration variables and functions for Wifite. ''' ''' Stores configuration variables and functions for Wifite. '''
version = '2.1.6' version = '2.1.7'
initialized = False # Flag indicating config has been initialized initialized = False # Flag indicating config has been initialized
temp_dir = None # Temporary directory temp_dir = None # Temporary directory