about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-26 16:03:14 -0700
committerEric Wong <normalperson@yhbt.net>2010-04-26 16:03:14 -0700
commit8ae35a788bdfe24ad6bf58f19cad101acb1bd9f2 (patch)
treeceaded0c9ae94d83d6a2a4f9813bffcf3a3b0728 /lib
parent6996cdd8d7d36b72d4c1ee30a11969d164ed85e2 (diff)
parent3ce92574b356e4cb054b1291e1f035173420f12a (diff)
downloadunicorn-8ae35a788bdfe24ad6bf58f19cad101acb1bd9f2.tar.gz
* maint:
  unicorn 0.97.1 - fix HTTP parser for Rainbows!/Zbatery
  http: negative/invalid Content-Length raises exception
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 647a038..41c02d6 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -7,7 +7,7 @@ module Unicorn
   # gave about a 3% to 10% performance improvement over using the strings directly.
   # Symbols did not really improve things much compared to constants.
   module Const
-    UNICORN_VERSION="0.97.0"
+    UNICORN_VERSION="0.97.1"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port