From 6429221f7ea4dff681cf1d6a6bbf28b1294951b2 Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Tue, 14 Apr 2020 18:16:00 +0200 Subject: [PATCH] version++ --- handshakes-dl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handshakes-dl.py b/handshakes-dl.py index 9d601ad..0e37bd5 100644 --- a/handshakes-dl.py +++ b/handshakes-dl.py @@ -67,7 +67,7 @@ TEMPLATE = """ class HandshakesDL(plugins.Plugin): __author__ = 'me@sayakb.com' - __version__ = '0.1.1' + __version__ = '0.2.1' __license__ = 'GPL3' __description__ = 'Download handshake captures from web-ui.'