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

Version bump

This commit is contained in:
Evan Phoenix 2011-12-19 14:18:27 -08:00
parent a645b64940
commit bcef6b82c5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"]