Update version

This commit is contained in:
ari 2022-12-04 14:06:08 +03:00
parent 010c64e87a
commit 6b2fe8f329
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rabbit_carrots (0.1.14) rabbit_carrots (0.1.15)
bunny (>= 2.19.0) bunny (>= 2.19.0)
connection_pool (~> 2.3.0) connection_pool (~> 2.3.0)
@ -66,4 +66,4 @@ DEPENDENCIES
rubocop (~> 1.21) rubocop (~> 1.21)
BUNDLED WITH BUNDLED WITH
2.3.23 2.3.26

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module RabbitCarrots module RabbitCarrots
VERSION = "0.1.14" VERSION = "0.1.15"
end end