about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-01-29 21:02:55 +0000
committerEric Wong <normalperson@yhbt.net>2013-01-29 21:02:55 +0000
commitdb919d18e01f6b2339915cbd057fba9dc040988b (patch)
tree43a6145a0aba8945c5084c7cb9ef61392dbf6685
parentb73299a053b305098d5d68634fa928ec71aa4eac (diff)
downloadunicorn-db919d18e01f6b2339915cbd057fba9dc040988b.tar.gz
This pre-release adds hijacking support for Rack 1.5 users.
See Rack documentation for more information about hijacking.
There is also a new --no-default-middleware/-N option
for the `unicorn' command to ignore RACK_ENV within unicorn.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 365df8d..46ef417 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.5.0
+DEF_VER=v4.6.0.pre1
 
 LF='
 '