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 2017-06-03 07:49:13 -06:00
parent 2cb640e130
commit 813eda45ec
2 changed files with 7 additions and 1 deletions

View file

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

View file

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