From 6eb6317756b5daf369d3bf6aca7168ec890b52c0 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Fri, 6 Dec 2024 22:20:34 +0900 Subject: [PATCH] :up: Bump version to 5.0.9 --- 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 4ead70d..762cd0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - circleci-bundle-update-pr (5.0.8) + circleci-bundle-update-pr (5.0.9) 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 717912f..5ac71de 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.8' + VERSION = '5.0.9' end end end