diff --git a/Gemfile.lock b/Gemfile.lock index fac5fbe..e964ec1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fat_model_auth (3.0.0) + fat_model_auth (4.0.0) GEM remote: https://rubygems.org/ diff --git a/lib/fat_model_auth/version.rb b/lib/fat_model_auth/version.rb index 0a7d20d..6f6e799 100644 --- a/lib/fat_model_auth/version.rb +++ b/lib/fat_model_auth/version.rb @@ -1,3 +1,3 @@ module FatModelAuth - VERSION = "3.0.0" + VERSION = "4.0.0" end