about summary refs log tree commit homepage
path: root/lib/unicorn
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-04 12:03:42 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-04 12:03:42 -0700
commitd7a5afbafa022c8224342b528ee3269becd9a043 (patch)
treec9740adf6071e16d69cbbeee148ebb36107a96ca /lib/unicorn
parentd0c9f1aeb94397883197dd8ee0c600d3f18f9ac9 (diff)
downloadunicorn-d7a5afbafa022c8224342b528ee3269becd9a043.tar.gz
Diffstat (limited to 'lib/unicorn')
-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..cb08593 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.91.0".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port