Skip to content

Commit

Permalink
Bump to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
James Tucker committed Jan 7, 2013
1 parent 0a2c5ad commit 80e524e
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.2"
"1.2.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
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rack"
s.version = "1.2.5"
s.version = "1.2.6"
s.platform = Gem::Platform::RUBY
s.summary = "a modular Ruby webserver interface"

Expand Down

0 comments on commit 80e524e

Please sign in to comment.