diff --git a/Gemfile.lock b/Gemfile.lock index a6a3402..07262ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - recaptcha (5.8.0) + recaptcha (5.8.1) json GEM diff --git a/lib/recaptcha/version.rb b/lib/recaptcha/version.rb index e141299..0e27593 100644 --- a/lib/recaptcha/version.rb +++ b/lib/recaptcha/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Recaptcha - VERSION = '5.8.0' + VERSION = '5.8.1' end