From 770775f1c4d40d66e87d3a16bd92f4ec8d3cb0bb Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 3 Apr 2024 14:28:08 -0600 Subject: [PATCH] minor release bump due to dependency changes --- Gemfile.lock | 2 +- lib/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d019428..7105012 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - entitlements-github-plugin (0.5.5) + entitlements-github-plugin (0.6.0) contracts (~> 0.17.0) faraday (~> 2.0) faraday-retry (~> 2.0) diff --git a/lib/version.rb b/lib/version.rb index 8a906de..ff73269 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module Entitlements module Version - VERSION = "0.5.5" + VERSION = "0.6.0" end end