From 5f585691e32a0d93cff5c812a0655584f44342b5 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Fri, 6 Oct 2023 11:13:27 -0600 Subject: [PATCH] v1.1.0 --- 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 47c51d7..eec4ab4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bundler-multilock (1.0.11) + bundler-multilock (1.1.0) bundler (~> 2.4.19) GEM diff --git a/lib/bundler/multilock/version.rb b/lib/bundler/multilock/version.rb index 20ad538..a118e51 100644 --- a/lib/bundler/multilock/version.rb +++ b/lib/bundler/multilock/version.rb @@ -2,6 +2,6 @@ module Bundler module Multilock - VERSION = "1.0.11" + VERSION = "1.1.0" end end