diff --git a/Gemfile.lock b/Gemfile.lock index 1371e68..fa8d87f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - authentication-zero (2.16.30) + authentication-zero (2.16.31) GEM remote: https://rubygems.org/ diff --git a/lib/authentication_zero/version.rb b/lib/authentication_zero/version.rb index 4acbe59..796c5ad 100644 --- a/lib/authentication_zero/version.rb +++ b/lib/authentication_zero/version.rb @@ -1,3 +1,3 @@ module AuthenticationZero - VERSION = "2.16.30" + VERSION = "2.16.31" end