From 2f5174d4ca9764313d6be4c092e9e6c2e4f9d1e1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 21 Jun 2013 08:00:09 +0000 Subject: [PATCH] unicorn 4.6.3 - fix --no-default-middleware option Thanks to Micah Chalmer for this fix. There are also minor documentation updates and internal cleanups. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index ca4fa5f3..7524ad6e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -DEF_VER = "v4.6.2" +DEF_VER = "v4.6.3" CONSTANT = "Unicorn::Const::UNICORN_VERSION" RVF = "lib/unicorn/version.rb" GVF = "GIT-VERSION-FILE" -- 2.11.4.GIT