about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-08-18 15:28:37 -0700
committerEric Wong <normalperson@yhbt.net>2009-08-18 15:28:37 -0700
commit8a2c144a59b2231caec8ac3f047c62e162f100bd (patch)
tree9b208ed0da85f348094e8ffb216ee078ea7974a1 /lib
parent55299ddfc9ca6ebb59883e425c73c4eaedd86aaa (diff)
downloadunicorn-8a2c144a59b2231caec8ac3f047c62e162f100bd.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 34f78b7..9b02b22 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.10.0r".freeze
+    UNICORN_VERSION="0.10.2r".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port