1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

[ci skip] v3.8.1

This commit is contained in:
schneems 2017-03-10 11:16:37 -06:00 committed by Evan Phoenix
parent d25ef26465
commit 7ea67b812a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## 3.8.1 / 2017-03-10
* bugfixes:
* Remove method call to method that no longer exists (#1239)
## 3.8.0 / 2017-03-09
* bugfixes:

View file

@ -95,7 +95,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "3.8.0".freeze
PUMA_VERSION = VERSION = "3.8.1".freeze
CODE_NAME = "Sassy Salamander".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze