Skip to content

Commit

Permalink
2.17.0 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 11, 2020
1 parent f336293 commit c275cdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -70,10 +70,10 @@ a stable public API.
Change logs per release series:

* [master](https://github.com/ruby-amqp/bunny/blob/master/ChangeLog.md)
* [2.17.x](https://github.com/ruby-amqp/bunny/blob/2.17.x-stable/ChangeLog.md)
* [2.16.x](https://github.com/ruby-amqp/bunny/blob/2.16.x-stable/ChangeLog.md)
* [2.15.x](https://github.com/ruby-amqp/bunny/blob/2.15.x-stable/ChangeLog.md)
* [2.14.x](https://github.com/ruby-amqp/bunny/blob/2.14.x-stable/ChangeLog.md)
* [2.13.x](https://github.com/ruby-amqp/bunny/blob/2.13.x-stable/ChangeLog.md)



Expand All @@ -96,7 +96,7 @@ gem install bunny
To use Bunny in a project managed with Bundler:

``` ruby
gem "bunny", ">= 2.16.1"
gem "bunny", ">= 2.17.0"
```


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.17.0"
VERSION = "2.18.0.pre"
end

0 comments on commit c275cdb

Please sign in to comment.