diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-11-26 00:43:30 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-11-26 00:43:30 +0100 |
commit | 43e8abbae6d7d16bf237cbba688c12b04a30d068 (patch) | |
tree | d4c8a5ce62bfe0252bcda23f8d690b24af189681 /module | |
parent | Merge pull request #2165 from igel-kun/keep2share-fix (diff) | |
parent | Update CaptchaService.py (diff) | |
download | pyload-43e8abbae6d7d16bf237cbba688c12b04a30d068.tar.xz |
Merge pull request #2153 from k1l/patch-1
Update CaptchaService.py
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/internal/CaptchaService.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py index b3f7841f0..397f4f750 100644 --- a/module/plugins/internal/CaptchaService.py +++ b/module/plugins/internal/CaptchaService.py @@ -6,7 +6,7 @@ from module.plugins.internal.Captcha import Captcha class CaptchaService(Captcha): __name__ = "CaptchaService" __type__ = "captcha" - __version__ = "0.33" + __version__ = "0.34" __status__ = "stable" __description__ = """Base anti-captcha service plugin""" |