diff --git a/Gemfile.lock b/Gemfile.lock index 7731144..ef3754e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - entitlements-app (0.3.0) + entitlements-app (0.3.1) concurrent-ruby (= 1.1.9) faraday (~> 2.0) net-ldap (~> 0.17) diff --git a/lib/version.rb b/lib/version.rb index 423f893..b129cd7 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module Entitlements module Version - VERSION = "0.3.0" + VERSION = "0.3.1" end end