summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2020-02-08 10:20:57 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2020-02-08 10:20:57 -0800
commit85684323f8f58409e717af91e446d257d496f8b8 (patch)
tree991d4d286125f8783f686ad94faf1bdb6c1b95cc
parent29157dcd8aba13b8175b97f0b154d1e74969f9a3 (diff)
downloadrack-85684323f8f58409e717af91e446d257d496f8b8.tar.gz
bump version2.0.9
-rw-r--r--lib/rack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index 48ac3e21..0d420193 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -18,7 +18,7 @@ module Rack
VERSION.join(".")
end
- RELEASE = "2.0.8"
+ RELEASE = "2.0.9"
# Return the Rack release as a dotted string.
def self.release