Skip to content

Commit fdcd03a

Browse files
committed
Bump version for release
1 parent 2293c6a commit fdcd03a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rack.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def self.version
2020

2121
# Return the Rack release as a dotted string.
2222
def self.release
23-
"1.6.9"
23+
"1.6.10"
2424
end
2525
PATH_INFO = 'PATH_INFO'.freeze
2626
REQUEST_METHOD = 'REQUEST_METHOD'.freeze

rack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "rack"
3-
s.version = "1.6.9"
3+
s.version = "1.6.10"
44
s.platform = Gem::Platform::RUBY
55
s.summary = "a modular Ruby webserver interface"
66
s.license = "MIT"

0 commit comments

Comments
 (0)