diff --git a/Gemfile.lock b/Gemfile.lock index 1fac58e..7ed3643 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rabbit_carrots (1.1.0) + rabbit_carrots (1.1.1) bunny (>= 2.22) connection_pool (>= 2.4) diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index c02111d..163514f 100644 --- a/lib/rabbit_carrots/version.rb +++ b/lib/rabbit_carrots/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RabbitCarrots - VERSION = '1.1.0' + VERSION = '1.1.1' end