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-16 17:19:04 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-16 17:20:14 -0700
commit12d9161f33e98331552a8a767c4fc11ab741cc5a (patch)
tree12d27f8080c75a8677d9b2acc621c4d8f237b693 /lib/unicorn/const.rb
parent499d42c808347a598dabe8e7922778df29339f15 (diff)
downloadunicorn-12d9161f33e98331552a8a767c4fc11ab741cc5a.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 253440f..f2e4656 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.9.2".freeze
+    UNICORN_VERSION="0.90.0".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port