about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-09 13:36:20 -0700
committerEric Wong <normalperson@yhbt.net>2011-06-09 13:36:20 -0700
commit1c033dfd66c713afb05911e5e220adb7fc4ddc17 (patch)
treecfb5dbd1e6bfdfc157b9f590f34b916b7fd9e273 /lib/unicorn/const.rb
parentc3880bb0cc00821d1715a7dd94b0b76a03a7ace0 (diff)
downloadunicorn-1c033dfd66c713afb05911e5e220adb7fc4ddc17.tar.gz
* miscellaneous documentation improvements
* return 414 (instead of 400) for Request-URI Too Long
* strip leading and trailing linear whitespace in header values

User-visible improvements meant for Rainbows! users:

* add :ipv6only "listen" option (same as nginx)
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index d90d358..45f19b2 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -8,8 +8,8 @@
 # improve things much compared to constants.
 module Unicorn::Const
 
-  # The current version of Unicorn, currently 3.6.2
-  UNICORN_VERSION = "3.6.2"
+  # The current version of Unicorn, currently 3.7.0
+  UNICORN_VERSION = "3.7.0"
 
   # default TCP listen host address (0.0.0.0, all interfaces)
   DEFAULT_HOST = "0.0.0.0"