Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 16, 2017
1 parent db51ed1 commit 90afdf3
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
Expand Up @@ -20,7 +20,7 @@ def self.version

# Return the Rack release as a dotted string.
def self.release
"1.6.7"
"1.6.8"
end
PATH_INFO = 'PATH_INFO'.freeze
REQUEST_METHOD = 'REQUEST_METHOD'.freeze
Expand Down
2 changes: 1 addition & 1 deletion rack.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rack"
s.version = "1.6.7"
s.version = "1.6.8"
s.platform = Gem::Platform::RUBY
s.summary = "a modular Ruby webserver interface"
s.license = "MIT"
Expand Down

0 comments on commit 90afdf3

Please sign in to comment.