From f61dcaa263750a61f86b4bfbaf9c2cf20c157de0 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 18 Oct 2015 19:57:39 +0200 Subject: Version up for all plugins --- module/plugins/internal/Extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Extractor.py') diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py index dfd8105a9..6629b0652 100644 --- a/module/plugins/internal/Extractor.py +++ b/module/plugins/internal/Extractor.py @@ -35,7 +35,7 @@ class PasswordError(Exception): class Extractor(Plugin): __name__ = "Extractor" __type__ = "extractor" - __version__ = "0.35" + __version__ = "0.36" __status__ = "testing" __description__ = """Base extractor plugin""" -- cgit v1.2.3