From 37b6fed2045c425d50cd8b5aeb43cd960c24fac3 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 8 Jun 2024 18:58:32 -0700 Subject: [PATCH] v5.17.0 --- Gemfile.lock | 2 +- lib/recaptcha/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e79f7424..b0c30132 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - recaptcha (5.16.0) + recaptcha (5.17.0) GEM remote: https://rubygems.org/ diff --git a/lib/recaptcha/version.rb b/lib/recaptcha/version.rb index 6c2ef1d5..d4539558 100644 --- a/lib/recaptcha/version.rb +++ b/lib/recaptcha/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Recaptcha - VERSION = '5.16.0' + VERSION = '5.17.0' end