summaryrefslogtreecommitdiff
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 56ae56e3..96967869 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -20,7 +20,7 @@ module Rack
VERSION.join(".")
end
- RELEASE = "2.1.0"
+ RELEASE = "2.1.1"
# Return the Rack release as a dotted string.
def self.release