mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 3.5.2
This commit is contained in:
parent
94a20739c7
commit
433b885d61
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
=== 3.5.2 / 2016-07-20
|
||||
|
||||
* 1 bug fix:
|
||||
* Don't let persistent_timeout be nil
|
||||
|
||||
* 1 PR merged:
|
||||
* Merge pull request #1021 from benzrf/patch-1
|
||||
|
||||
=== 3.5.1 / 2016-07-20
|
||||
|
||||
* 1 bug fix:
|
||||
|
|
|
@ -100,7 +100,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.5.1".freeze
|
||||
PUMA_VERSION = VERSION = "3.5.2".freeze
|
||||
CODE_NAME = "Amateur Raccoon Rocketry".freeze
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue