diff --git a/Gemfile.lock b/Gemfile.lock index 1231b21..01352e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - authentication-zero (2.16.33) + authentication-zero (2.16.34) GEM remote: https://rubygems.org/ diff --git a/lib/authentication_zero/version.rb b/lib/authentication_zero/version.rb index 6a9ecff..da06f14 100644 --- a/lib/authentication_zero/version.rb +++ b/lib/authentication_zero/version.rb @@ -1,3 +1,3 @@ module AuthenticationZero - VERSION = "2.16.33" + VERSION = "2.16.34" end