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-18 14:40:02 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-18 14:40:02 -0700
commit1aa156429fd926162a112d327dc394cb9772c79c (patch)
tree0ea84efdebf3b1bae6906740b07bc39b82877e77 /lib/unicorn/const.rb
parent6a0859a20149cafa8908ae57e725c2f373c65348 (diff)
downloadunicorn-1aa156429fd926162a112d327dc394cb9772c79c.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 f2e4656..34f78b7 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.90.0".freeze
+    UNICORN_VERSION="0.10.0r".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port