summary refs log tree commit
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2016-06-30 10:33:09 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2016-06-30 10:33:09 -0700
commit25a549883b85fb33970b4a1530a365c0c9e51f95 (patch)
tree4b24e776279cbe3ba48f6ba68abfd892fbe605d1
parent1a408687493175250408fe87c5046bf1adfa6386 (diff)
downloadrack-25a549883b85fb33970b4a1530a365c0c9e51f95.tar.gz
bumping to 2.0.1 to work around Rack 2.0.1
-rw-r--r--lib/rack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index 8ee4274a..f1417d2d 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -18,7 +18,7 @@ module Rack
     VERSION.join(".")
   end
 
-  RELEASE = "2.0.0"
+  RELEASE = "2.0.1"
 
   # Return the Rack release as a dotted string.
   def self.release