summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2019-12-18 10:04:52 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2019-12-18 10:04:52 -0800
commite7ee459546d217f32afc83e0b168c5eb9f95d784 (patch)
tree7087ebda48b5c74f0a0e941f4dcf70dbc5c6e687
parentf1a79b208c4ea877420beee62646e0b146402bd0 (diff)
downloadrack-e7ee459546d217f32afc83e0b168c5eb9f95d784.tar.gz
Bumping version2.0.8
-rw-r--r--lib/rack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index c8b6cc86..48ac3e21 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -18,7 +18,7 @@ module Rack
VERSION.join(".")
end
- RELEASE = "2.0.7"
+ RELEASE = "2.0.8"
# Return the Rack release as a dotted string.
def self.release