about summary refs log tree commit homepage
path: root/lib/unicorn/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-06 15:48:02 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-06 15:48:02 -0700
commite0e6bf48a899088bd4327ce5fd2c223ec7e826d5 (patch)
tree58eb9e081ac65a429cd29f215371cff33103aa7b /lib/unicorn/const.rb
parent13c71ade9b8860e7cc49f86edb3490235fd1bce6 (diff)
downloadunicorn-e0e6bf48a899088bd4327ce5fd2c223ec7e826d5.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 e9c6667..6730367 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.3".freeze
+    UNICORN_VERSION="0.8.4".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port