Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
raggi committed Feb 8, 2013
1 parent 64baf02 commit 0232e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.version

# Return the Rack release as a dotted string.
def self.release
"1.1.5"
"1.1.6"
end

autoload :Builder, "rack/builder"
Expand Down
2 changes: 1 addition & 1 deletion rack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rack' # For Rack.release

Gem::Specification.new do |s|
s.name = "rack"
s.version = "1.1.5"
s.version = "1.1.6"
s.platform = Gem::Platform::RUBY
s.summary = "a modular Ruby webserver interface"

Expand Down

0 comments on commit 0232e22

Please sign in to comment.