diff --git a/Gemfile.lock b/Gemfile.lock index bd5194ef..fcd5c129 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - authentication-zero (0.0.17) + authentication-zero (0.0.18) GEM remote: https://rubygems.org/ diff --git a/lib/authentication_zero/version.rb b/lib/authentication_zero/version.rb index 67a333a5..f5614611 100644 --- a/lib/authentication_zero/version.rb +++ b/lib/authentication_zero/version.rb @@ -1,3 +1,3 @@ module AuthenticationZero - VERSION = "0.0.17" + VERSION = "0.0.18" end