diff --git a/History.txt b/History.txt index b9a1dea0..0a5cc694 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +=== 2.2.2 / 2013-07-02 + +* 1 bug fix: + + * Fix restart_command in the config + === 2.2.1 / 2013-07-02 * 1 minor feature: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index bb68661d..621549fd 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -28,7 +28,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "2.2.1".freeze + PUMA_VERSION = VERSION = "2.2.2".freeze FAST_TRACK_KA_TIMEOUT = 0.2 diff --git a/puma.gemspec b/puma.gemspec index b6ec2895..760709b0 100644 --- a/puma.gemspec +++ b/puma.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "puma" - s.version = "2.2.1" + s.version = "2.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Evan Phoenix"]