From e0ec0e72b27d885b952d7d74dea4397500b4285b Mon Sep 17 00:00:00 2001 From: derv82 Date: Fri, 6 Apr 2018 15:55:58 -0400 Subject: [PATCH] Change version to 2.1.0 See https://github.com/derv82/wifite/issues/130 for more info. --- wifite/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifite/config.py b/wifite/config.py index 6ac57a1d8..325259707 100755 --- a/wifite/config.py +++ b/wifite/config.py @@ -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):