From 3935b59fd3e9f7d1ba1b2102d5c69d7b1e3864b9 Mon Sep 17 00:00:00 2001 From: nobe4 Date: Fri, 1 Dec 2023 11:33:27 +0100 Subject: [PATCH] feat(version): bump version number --- Gemfile.lock | 2 +- lib/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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