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-28 14:35:43 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-28 14:44:35 -0700
commitad41ed987915b505d12adbf41342785a1ee35356 (patch)
tree4202ca37705908f6f7c99500c270e63c8b0dedbc /lib/unicorn/const.rb
parenta0ac12caf12d453d36f8a78569bf470ab6ecb9cf (diff)
downloadunicorn-ad41ed987915b505d12adbf41342785a1ee35356.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 e6e36bd..250868d 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.8.0".freeze
+    UNICORN_VERSION="0.8.1".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port