From 36ab744c7b79c47ca3d03fcf0f90eb3b8bba9b07 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 8 Jul 2010 07:31:15 +0000 Subject: unicorn 1.1.0 - small changes and cleanups This is a small, incremental feature release with some internal changes to better support upcoming versions of the Rainbows! and Zbatery web servers. There is no need to upgrade if you're happy with 1.0.0, but also little danger in upgrading. There is one pedantic bugfix which shouldn't affect anyone and small documentation updates as well. --- lib/unicorn/const.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index d3ccead..f572177 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -8,8 +8,8 @@ module Unicorn # Symbols did not really improve things much compared to constants. module Const - # The current version of Unicorn, currently 1.0.0 - UNICORN_VERSION="1.0.0" + # The current version of Unicorn, currently 1.1.0 + UNICORN_VERSION="1.1.0" DEFAULT_HOST = "0.0.0.0" # default TCP listen host address DEFAULT_PORT = 8080 # default TCP listen port -- cgit v1.2.3-24-ge0c7