There was an error while loading. Please reload this page.
2 parents 9980b99 + 8b6594a commit 986489fCopy full SHA for 986489f
2 files changed
lib/anti_captcha.rb
@@ -36,7 +36,6 @@ def initialize(values = {})
36
require 'anti_captcha/models/recaptcha_v2_solution'
37
require 'anti_captcha/models/recaptcha_v3_solution'
38
require 'anti_captcha/models/fun_captcha_solution'
39
-require 'anti_captcha/models/h_captcha_solution'
40
require 'anti_captcha/models/geetest_solution'
41
require 'anti_captcha/models/turnstile_solution'
42
require 'anti_captcha/models/task_result'
lib/anti_captcha/version.rb
@@ -1,4 +1,4 @@
1
module AntiCaptcha
2
- VERSION = "2.6.0"
+ VERSION = "2.6.1"
3
USER_AGENT = "AntiCaptcha/Ruby v#{VERSION}"
4
end
0 commit comments