1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Bump to 3.5.1

This commit is contained in:
Evan Phoenix 2016-07-20 10:53:37 -07:00
parent 84fdc1bb14
commit b6cd454a6d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
=== 3.5.1 / 2016-07-20
* 1 bug fix:
* Be sure to only listen on host:port combos once. Fixes #1022
=== 3.5.0 / 2016-07-18
* 1 minor features:

View file

@ -100,7 +100,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "3.5.0".freeze
PUMA_VERSION = VERSION = "3.5.1".freeze
CODE_NAME = "Amateur Raccoon Rocketry".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze