about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-30 04:56:28 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-30 04:56:28 +0000
commit0874125ce56d52cee0f634712e69d1387eadfae1 (patch)
tree733815481fe840d3aa129e210d354e2b66a3b4db /lib/unicorn/const.rb
parentfe0dd93cd9cb97b46f6cfb4b1e370e38717a93f0 (diff)
downloadunicorn-0874125ce56d52cee0f634712e69d1387eadfae1.tar.gz
No changes to the core code, so this release only affects users
of the Unicorn::OobGC and Unicorn::ExecCGI modules.
Unicorn::OobGC was totally broken by the fix in the v1.1.6
release and is now reimplemented.  Unicorn::ExecCGI (which
hardly anybody uses) now returns proper HTTP status codes.
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 1c56809..b428be5 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.1.6
-    UNICORN_VERSION="1.1.6"
+    # The current version of Unicorn, currently 1.1.7
+    UNICORN_VERSION="1.1.7"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port