From 4c7e6526a99c9f75883ece545b84638043ee6801 Mon Sep 17 00:00:00 2001 From: Jared Moody Date: Thu, 6 Jul 2023 15:17:33 -0700 Subject: [PATCH] Bump version to 0.6.0 --- lib/omniauth-sageone/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth-sageone/version.rb b/lib/omniauth-sageone/version.rb index b8bbeab..0270bee 100755 --- a/lib/omniauth-sageone/version.rb +++ b/lib/omniauth-sageone/version.rb @@ -2,6 +2,6 @@ module OmniAuth module SageOne - VERSION = '0.5.0' + VERSION = '0.6.0' end end