Change version to 2.1.0

See https://github.com/derv82/wifite/issues/130 for more info.
This commit is contained in:
derv82
2018-04-06 15:55:58 -04:00
parent 699578abed
commit e0ec0e72b2

View File

@@ -12,7 +12,7 @@ class Configuration(object):
initialized = False # Flag indicating config has been initialized
temp_dir = None # Temporary directory
version = 2.00
version = '2.1.0'
@staticmethod
def initialize(load_interface=True):