diff --git a/Gemfile.lock b/Gemfile.lock index 208a9c8..2576a9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - entitlements-github-plugin (0.4.3) + entitlements-github-plugin (0.4.4) contracts (~> 0.17.0) faraday (~> 2.0) faraday-retry (~> 2.0) diff --git a/lib/version.rb b/lib/version.rb index eaa9eb3..1578d44 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module Entitlements module Version - VERSION = "0.4.3" + VERSION = "0.4.4" end end