From 6f84ed1cbb23695a6cd9034f06af057e12cf03f7 Mon Sep 17 00:00:00 2001 From: Bobby McDonald Date: Tue, 2 Nov 2021 14:42:00 -0400 Subject: [PATCH] Release 1.7.2 --- lib/omniauth-oauth2/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth-oauth2/version.rb b/lib/omniauth-oauth2/version.rb index b522517..c8009c9 100644 --- a/lib/omniauth-oauth2/version.rb +++ b/lib/omniauth-oauth2/version.rb @@ -1,5 +1,5 @@ module OmniAuth module OAuth2 - VERSION = "1.7.1".freeze + VERSION = "1.7.2".freeze end end