mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
3.7.1
This commit is contained in:
parent
6b96a9398f
commit
ec310579bb
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
## 3.7.1 / 2017-02-20
|
||||
|
||||
* 2 bugfixes:
|
||||
* Fix typo which blew up MiniSSL (#1182)
|
||||
* Stop overriding command-line options with the config file (#1203)
|
||||
|
||||
## 3.7.0 / 2017-01-04
|
||||
|
||||
* 6 minor features:
|
||||
|
|
|
@ -95,7 +95,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.7.0".freeze
|
||||
PUMA_VERSION = VERSION = "3.7.1".freeze
|
||||
CODE_NAME = "Snowy Sagebrush".freeze
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue