mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
bump
This commit is contained in:
parent
15b61ed859
commit
c5aef74264
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
HEAD
|
||||
------
|
||||
|
||||
* Drop support for Ruby 2.2 [#154]
|
||||
- Drop support for Ruby 2.2 [#154]
|
||||
|
||||
2.2.5
|
||||
------
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class ConnectionPool
|
||||
VERSION = "2.2.5"
|
||||
VERSION = "2.3.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue