diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 97c6344d..9d3c23de 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -71,7 +71,7 @@ module Puma PATH_INFO = 'PATH_INFO'.freeze - PUMA_VERSION = VERSION = "0.9.1".freeze + PUMA_VERSION = VERSION = "0.9.2".freeze PUMA_TMP_BASE = "puma".freeze diff --git a/puma.gemspec b/puma.gemspec index ad411e1f..fcfbb020 100644 --- a/puma.gemspec +++ b/puma.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "puma" - s.version = "0.9.1" + s.version = "0.9.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Evan Phoenix"]