From fcac97960ce29ebd7473315d9ffe89dccce6615e Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 31 Mar 2019 20:52:28 -0700 Subject: [PATCH] v4.14.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 484c8d08..351359b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - recaptcha (4.13.2) + recaptcha (4.14.0) json GEM diff --git a/lib/recaptcha/version.rb b/lib/recaptcha/version.rb index 9e387bc9..5620c064 100644 --- a/lib/recaptcha/version.rb +++ b/lib/recaptcha/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Recaptcha - VERSION = '4.13.2' + VERSION = '4.14.0' end