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-26 15:59:24 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-26 15:59:24 -0700
commit9b02315c543b3ac0cc31cf16e8dbed10b34812e1 (patch)
tree6d1f1c8387b9c7a01d8ed97f89544d8de1cf43b0 /lib/unicorn/const.rb
parente91d7df4b5e47c7a327c6f94a734fbfdf6e85071 (diff)
downloadunicorn-9b02315c543b3ac0cc31cf16e8dbed10b34812e1.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 91f0d82..e6e36bd 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -5,7 +5,7 @@ module Unicorn
   # gave about a 3% to 10% performance improvement over using the strings directly.
   # Symbols did not really improve things much compared to constants.
   module Const
-    UNICORN_VERSION="0.7.1".freeze
+    UNICORN_VERSION="0.8.0".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port