mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
3.9.1
This commit is contained in:
parent
2cb640e130
commit
813eda45ec
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
## 3.9.1 / 2017-06-03
|
||||
|
||||
* 2 bugfixes:
|
||||
* Fixed compatibility with older Bundler versions (#1314)
|
||||
* Some internal test/development cleanup (#1311, #1313)
|
||||
|
||||
## 3.9.0 / 2017-06-01
|
||||
|
||||
* 2 features:
|
||||
|
|
|
@ -95,7 +95,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.9.0".freeze
|
||||
PUMA_VERSION = VERSION = "3.9.1".freeze
|
||||
CODE_NAME = "Private Caller".freeze
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
|
|
Loading…
Reference in a new issue