summary refs log tree commit
path: root/lib/rack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack.rb')
-rw-r--r--lib/rack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index c8fcbf27..7d8491c5 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -20,7 +20,7 @@ module Rack
 
   # Return the Rack release as a dotted string.
   def self.release
-    "1.6.10"
+    "1.6.11"
   end
   PATH_INFO      = 'PATH_INFO'.freeze
   REQUEST_METHOD = 'REQUEST_METHOD'.freeze