about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-03 01:23:11 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-03 01:23:11 +0000
commitb4835c6d542c6369f2523ab68fc41b0202d7c6dc (patch)
treeff07d4b317ecd92142ee78c1d0d96dc5c593f2dd /lib/rainbows/const.rb
parentc096e735efea5050b0559748633403f0387ea3b3 (diff)
downloadrainbows-b4835c6d542c6369f2523ab68fc41b0202d7c6dc.tar.gz
For HTTP clients living on the edge and pipelining uploads, we
now fully support pipelined requests (as long as the application
consumes each request in its entirety).
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 229b3ea..22e3eea 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '2.0.0'
+  RAINBOWS_VERSION = '2.0.1'
 
   include Unicorn::Const