From 64ce099efbd7d838eceb134ea7a37a8ba2d0686a Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Wed, 2 Oct 2024 21:27:01 +0900 Subject: [PATCH] :up: Bump version to 5.0.7 --- Gemfile.lock | 2 +- lib/circleci/bundle/update/pr/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f825c76..c86f5b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - circleci-bundle-update-pr (5.0.6) + circleci-bundle-update-pr (5.0.7) compare_linker (>= 1.4.5) octokit diff --git a/lib/circleci/bundle/update/pr/version.rb b/lib/circleci/bundle/update/pr/version.rb index f12c1f0..bbbaf39 100644 --- a/lib/circleci/bundle/update/pr/version.rb +++ b/lib/circleci/bundle/update/pr/version.rb @@ -4,7 +4,7 @@ module Circleci module Bundle module Update module Pr - VERSION = '5.0.6' + VERSION = '5.0.7' end end end