mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump for 3.11.2
This commit is contained in:
parent
49ed71ad3e
commit
dc9fa77f85
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
## 3.11.2 / 2018-01-19
|
||||
|
||||
* 1 bugfix:
|
||||
* Deal with read\_nonblock returning nil early
|
||||
|
||||
## 3.11.1 / 2018-01-18
|
||||
|
||||
* 1 bugfix:
|
||||
|
|
|
@ -98,7 +98,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.11.1".freeze
|
||||
PUMA_VERSION = VERSION = "3.11.2".freeze
|
||||
CODE_NAME = "Love Song".freeze
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
|
|
Loading…
Reference in a new issue