From fb40934e8ee1b37b9658404a9213d981a20e6367 Mon Sep 17 00:00:00 2001 From: kratzky Date: Thu, 16 May 2024 13:45:39 -0300 Subject: [PATCH] v1.1.5 --- lib/api_2captcha/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api_2captcha/version.rb b/lib/api_2captcha/version.rb index fa32e71..47423c2 100644 --- a/lib/api_2captcha/version.rb +++ b/lib/api_2captcha/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Api2Captcha - VERSION = "1.1.4" + VERSION = "1.1.5" end