Skip to content

Commit

Permalink
2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 19, 2022
1 parent fb8fa88 commit 9743f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bunny.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.version = Bunny::VERSION.dup
s.homepage = "http://rubybunny.info"
s.summary = "Popular easy to use Ruby client for RabbitMQ"
s.description = "Easy to use, feature complete Ruby client for RabbitMQ 3.3 and later versions."
s.description = "Easy to use, feature complete Ruby client for RabbitMQ 3.9 and later versions."
s.license = "MIT"
s.required_ruby_version = Gem::Requirement.new(">= 2.5")

Expand Down
2 changes: 1 addition & 1 deletion lib/bunny/version.rb
Expand Up @@ -2,5 +2,5 @@

module Bunny
# @return [String] Version of the library
VERSION = "2.21.0.pre"
VERSION = "2.20.1"
end

0 comments on commit 9743f23

Please sign in to comment.