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

Bump to 2.13.4

This commit is contained in:
Evan Phoenix 2015-08-16 09:18:44 -07:00
parent 459c9f159d
commit c26490da4b
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
=== 2.13.4 / 2015-08-16
* 1 bug fix:
* Use the environment possible set by the config early and from
the config file later (if set).
=== 2.13.3 / 2015-08-15
Seriously, I need to revamp config with tests.

View file

@ -99,7 +99,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "2.13.3".freeze
PUMA_VERSION = VERSION = "2.13.4".freeze
CODE_NAME = "A Midsummer Code's Dream".freeze
FAST_TRACK_KA_TIMEOUT = 0.2