From 0b97f8ddea3fd2f7a8ea92acc9ceb8eb4a5cc4ee Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Tue, 29 Dec 2015 02:22:29 +0200 Subject: [Extractor] Version up --- module/plugins/internal/Extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal') diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py index 1d035f3e6..8a16cdd38 100644 --- a/module/plugins/internal/Extractor.py +++ b/module/plugins/internal/Extractor.py @@ -23,7 +23,7 @@ class PasswordError(Exception): class Extractor(Plugin): __name__ = "Extractor" __type__ = "extractor" - __version__ = "0.41" + __version__ = "0.42" __status__ = "stable" __description__ = """Base extractor plugin""" -- cgit v1.2.3