From bf160889a47f42d05bc63456cc20bfbe77ad263f Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Thu, 1 Dec 2022 21:33:25 +0300 Subject: [PATCH] Bumps version --- lib/rabbit_carrots/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index cfb07f4..bbd8506 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.9" + VERSION = "0.1.10" end