about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-07-01 14:15:34 -0700
committerEric Wong <normalperson@yhbt.net>2009-07-01 15:23:54 -0700
commitb67ff587730abfd4e1f78c448ef128315fbf786d (patch)
tree13ffb65fed4d7b875f0fe06088b6a2ffe19f0f21 /lib
parent90c0e4666185f29d3484c12ea6d451fcac528376 (diff)
downloadunicorn-b67ff587730abfd4e1f78c448ef128315fbf786d.tar.gz
Diffstat (limited to 'lib')
-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 be23bb4..0d44dba 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.1".freeze
+    UNICORN_VERSION="0.9.0".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port