summary refs log tree commit
diff options
context:
space:
mode:
-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