Skip to content

Commit

Permalink
Bump for 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jan 19, 2018
1 parent 0ed4ba8 commit beea8dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
## 3.11.1 / 2018-01-18

* 1 bugfix:
* Handle read\_nonblock returning nil when the socket close (#1502)

## 3.11.0 / 2017-11-20

* 2 features:
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Expand Up @@ -98,7 +98,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "3.11.0".freeze
PUMA_VERSION = VERSION = "3.11.1".freeze
CODE_NAME = "Love Song".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze

Expand Down

0 comments on commit beea8dc

Please sign in to comment.