about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-22 02:13:17 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-22 02:13:17 -0700
commit2c6f625b6cb46be5c2dfc056680ba8dc2c19e334 (patch)
tree29d44f522eb933f5207db9ead3032e50521aa3df /lib
parentb9bd02b4808dd1e9f0d6c3e6e29a6f961a53d0bb (diff)
parentafdf07cbf4fd71b36ff3181860d56e799ad3e0d8 (diff)
downloadunicorn-2c6f625b6cb46be5c2dfc056680ba8dc2c19e334.tar.gz
* commit 'v0.7.1':
  unicorn 0.7.1

Conflicts:
	lib/unicorn/const.rb
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 241c52e..52d1775 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -8,7 +8,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.7.0".freeze
+    UNICORN_VERSION="0.7.1".freeze
 
     DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address
     DEFAULT_PORT = "8080".freeze    # default TCP listen port