Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eileencodes committed Apr 23, 2018
1 parent 2293c6a commit fdcd03a
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.6.9"
"1.6.10"
end
PATH_INFO = 'PATH_INFO'.freeze
REQUEST_METHOD = 'REQUEST_METHOD'.freeze
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.6.9"
s.version = "1.6.10"
s.platform = Gem::Platform::RUBY
s.summary = "a modular Ruby webserver interface"
s.license = "MIT"
Expand Down

0 comments on commit fdcd03a

Please sign in to comment.