From 813eda45ec34f516b6e574bf064b1a6a06029a80 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Sat, 3 Jun 2017 07:49:13 -0600 Subject: [PATCH] 3.9.1 --- History.md | 6 ++++++ lib/puma/const.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 46b6507b87..e096f9fbd7 100644 --- a/History.md +++ b/History.md @@ -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: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 8489303227..bb85eefdd0 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -95,7 +95,7 @@ class UnsupportedOption < RuntimeError # 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