1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Nate Berkopec 2019-08-08 12:21:56 -07:00
parent 6d80a09c82
commit 736117c13e
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 11 additions and 3 deletions

View file

@ -1,4 +1,12 @@
## 4.1.0
## Master
* Features
* Your feature goes here (#Github Number)
* Bugfixes
* Your bugfix goes here (#Github Number)
## 4.1.0 / 2019-08-08
* 4 features
* Add REQUEST_PATH on parse error message (#1831)

View file

@ -100,8 +100,8 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "4.0.1".freeze
CODE_NAME = "4 Fast 4 Furious".freeze
PUMA_VERSION = VERSION = "4.1.0".freeze
CODE_NAME = "Fourth and One".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
FAST_TRACK_KA_TIMEOUT = 0.2