From 6e7fc304c4da650e161a7474bf3ed1ccd651c3e6 Mon Sep 17 00:00:00 2001 From: Andrew Shatnyy Date: Tue, 19 May 2020 09:29:09 +1000 Subject: [PATCH] bump up the version --- lib/omniauth-okta/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth-okta/version.rb b/lib/omniauth-okta/version.rb index b193c29..f0b9d0a 100644 --- a/lib/omniauth-okta/version.rb +++ b/lib/omniauth-okta/version.rb @@ -2,6 +2,6 @@ module OmniAuth module Okta - VERSION = '0.1.2'.freeze + VERSION = '0.1.3'.freeze end end