1
0
Fork 0
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:
Evan Phoenix 2018-01-19 11:22:56 -08:00
parent 49ed71ad3e
commit dc9fa77f85
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View file

@ -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