summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-11-26 00:43:30 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-11-26 00:43:30 +0100
commit43e8abbae6d7d16bf237cbba688c12b04a30d068 (patch)
treed4c8a5ce62bfe0252bcda23f8d690b24af189681 /module
parentMerge pull request #2165 from igel-kun/keep2share-fix (diff)
parentUpdate CaptchaService.py (diff)
downloadpyload-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.py2
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"""