diff --git a/Gemfile.lock b/Gemfile.lock index ac378f9..a292990 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - authentication-zero (4.0.2) + authentication-zero (4.0.3) GEM remote: https://rubygems.org/ diff --git a/lib/authentication_zero/version.rb b/lib/authentication_zero/version.rb index 9d69c74..ffea511 100644 --- a/lib/authentication_zero/version.rb +++ b/lib/authentication_zero/version.rb @@ -1,3 +1,3 @@ module AuthenticationZero - VERSION = "4.0.2" + VERSION = "4.0.3" end