diff --git a/Gemfile.lock b/Gemfile.lock index 4bdd77e..cb7d5bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bundler-multilock (1.1.2) + bundler-multilock (1.2.0) bundler (~> 2.4.19) GEM diff --git a/lib/bundler/multilock/version.rb b/lib/bundler/multilock/version.rb index 173d8b1..4fd5042 100644 --- a/lib/bundler/multilock/version.rb +++ b/lib/bundler/multilock/version.rb @@ -2,6 +2,6 @@ module Bundler module Multilock - VERSION = "1.1.2" + VERSION = "1.2.0" end end