summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--module/plugins/captcha/ReCaptcha.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/captcha/ReCaptcha.py b/module/plugins/captcha/ReCaptcha.py
index 4b5793b95..18a0aa4c5 100644
--- a/module/plugins/captcha/ReCaptcha.py
+++ b/module/plugins/captcha/ReCaptcha.py
@@ -21,10 +21,10 @@ except ImportError:
class ReCaptcha(CaptchaService):
- __name__ = 'ReCaptcha'
- __type__ = 'captcha'
- __version__ = '0.22'
- __status__ = 'testing'
+ __name__ = 'ReCaptcha'
+ __type__ = 'captcha'
+ __version__ = '0.23'
+ __status__ = 'testing'
__description__ = 'ReCaptcha captcha service plugin'
__license__ = 'GPLv3'