From 01971fab57d6c9c6145b427faaf55b90f993060f Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Sun, 12 Mar 2023 00:21:35 +0300 Subject: [PATCH] Bumps version --- Gemfile.lock | 2 +- lib/rabbit_carrots/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c418c36..6bb9201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rabbit_carrots (0.1.16) + rabbit_carrots (0.1.17) bunny (>= 2.19.0) connection_pool (~> 2.3.0) diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index f1f65d4..e7e8295 100644 --- a/lib/rabbit_carrots/version.rb +++ b/lib/rabbit_carrots/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RabbitCarrots - VERSION = '0.1.16' + VERSION = '0.1.17' end