Bumps version

This commit is contained in:
Brusk Awat 2022-12-01 21:47:14 +03:00
parent 882433cbff
commit a7dabfa6ce
Signed by: broosk1993
GPG Key ID: 5D20F7E02649F74E
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rabbit_carrots (0.1.12) rabbit_carrots (0.1.13)
bunny (>= 2.19.0) bunny (>= 2.19.0)
connection_pool (~> 2.3.0) connection_pool (~> 2.3.0)

View File

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