From 02337292c0cc80cbc7b01aef8e887783c52f75fb Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Thu, 8 Feb 2024 18:37:10 +0200 Subject: [PATCH] Bump version to 0.7.0 --- Gemfile.lock | 2 +- lib/omniauth-suomifi/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2b4fcfb..187c310 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - omniauth-suomifi (0.6.3) + omniauth-suomifi (0.7.0) omniauth-saml (~> 2.0) ruby-saml (~> 1.13.0) diff --git a/lib/omniauth-suomifi/version.rb b/lib/omniauth-suomifi/version.rb index 542dd9f..991aa9b 100644 --- a/lib/omniauth-suomifi/version.rb +++ b/lib/omniauth-suomifi/version.rb @@ -2,6 +2,6 @@ module OmniAuth module Suomifi - VERSION = '0.6.3' + VERSION = '0.7.0' end end