diff --git a/Gemfile.lock b/Gemfile.lock index 59f5ae7..9e769ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - entitlements-github-plugin (0.4.1) + entitlements-github-plugin (0.4.2) contracts (= 0.17.0) faraday (~> 2.0) faraday-retry (~> 2.0) diff --git a/lib/version.rb b/lib/version.rb index 9ca6764..c4d7517 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module Entitlements module Version - VERSION = "0.4.1" + VERSION = "0.4.2" end end