diff --git a/History.txt b/History.txt index 72c8bb09..de53bb91 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,10 @@ +=== 2.13.3 / 2015-08-15 + +Seriously, I need to revamp config with tests. + +* 1 bug fix: + * Fix preserving options before cleaning for state. Fixes #769 + === 2.13.2 / 2015-08-15 The "clearly I don't have enough tests for the config" release. diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 8781db08..404e1b1e 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -99,7 +99,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "2.13.2".freeze + PUMA_VERSION = VERSION = "2.13.3".freeze CODE_NAME = "A Midsummer Code's Dream".freeze FAST_TRACK_KA_TIMEOUT = 0.2