From 5dc3166464cc9d6abb8de80086494ec4fcfc7235 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Tue, 9 Jan 2024 10:52:13 -0700 Subject: [PATCH] v1.2.2 (#21) --- Gemfile.lock | 2 +- lib/bundler/multilock/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f64c5fb..8343aa0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bundler-multilock (1.2.1) + bundler-multilock (1.2.2) bundler (>= 2.4.19, < 2.6) GEM diff --git a/lib/bundler/multilock/version.rb b/lib/bundler/multilock/version.rb index 378039a..c23a330 100644 --- a/lib/bundler/multilock/version.rb +++ b/lib/bundler/multilock/version.rb @@ -2,6 +2,6 @@ module Bundler module Multilock - VERSION = "1.2.1" + VERSION = "1.2.2" end end