From 262bf0bf70642955597851f4209ad414934dfc96 Mon Sep 17 00:00:00 2001 From: Lance Ivy Date: Tue, 5 Feb 2019 12:35:17 -0800 Subject: [PATCH] v1.0.3 --- lib/keratin/authn/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keratin/authn/version.rb b/lib/keratin/authn/version.rb index 8347f28..4542af1 100644 --- a/lib/keratin/authn/version.rb +++ b/lib/keratin/authn/version.rb @@ -1,5 +1,5 @@ module Keratin # rubocop:disable Style/ClassAndModuleChildren module AuthN - VERSION = '1.0.2' + VERSION = '1.0.3' end end