From a7dabfa6ce8c2309cfe9d9ba82ff3f9344447e77 Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Thu, 1 Dec 2022 21:47:14 +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 ab73aaf..3e1462d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rabbit_carrots (0.1.12) + rabbit_carrots (0.1.13) bunny (>= 2.19.0) connection_pool (~> 2.3.0) diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index 55b0474..752f294 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.12" + VERSION = "0.1.13" end