about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-24 14:46:34 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-24 14:46:34 -0700
commitd3b0894e9be04a245cb0bd720707f2249fe2e1e9 (patch)
treeb7c8d73ac61bd642e8ea7f7f1ee02ffda022ff0f /lib/unicorn/const.rb
parent74215182d5fc24a209bf51d201cb5cfd2819f474 (diff)
downloadunicorn-d3b0894e9be04a245cb0bd720707f2249fe2e1e9.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 c31b8e3..1931530 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.5.3".freeze
+    UNICORN_VERSION="0.6.0".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port