about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--lib/unicorn/const.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a2a5a64..0c1c63c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,4 @@
+v0.7.1 - minor fixes, cleanups and documentation improvements
 v0.7.0 - rack.version is 1.0
 v0.6.0 - cleanups + optimizations, signals to {in,de}crement processes
 v0.5.4 - fix data corruption with some small uploads (not curl)
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