about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-22 02:06:05 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-22 02:06:05 -0700
commitafdf07cbf4fd71b36ff3181860d56e799ad3e0d8 (patch)
tree100e1c2b9033b9734a05f53c9b9a3acc6cd7b64b /lib/unicorn/const.rb
parent5d11428632bf40d3c20313f56085dfd4921c1265 (diff)
downloadunicorn-afdf07cbf4fd71b36ff3181860d56e799ad3e0d8.tar.gz
Diffstat (limited to 'lib/unicorn/const.rb')
-rw-r--r--lib/unicorn/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 3bd4808..1945172 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -59,7 +59,7 @@ module Unicorn
     REQUEST_URI='REQUEST_URI'.freeze
     REQUEST_PATH='REQUEST_PATH'.freeze
 
-    UNICORN_VERSION="0.7.0".freeze
+    UNICORN_VERSION="0.7.1".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port