about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-20 01:38:59 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-20 01:38:59 +0000
commit8c3916bfe76224b69e0f20827c4230c4e71cdc86 (patch)
treec7c3976b49994fcfb0e6b1550f17cb4ead719fe7 /lib/zbatery.rb
parent46e19b94c0933d25eafba033eb5d579a7a664ee7 (diff)
downloadzbatery-8c3916bfe76224b69e0f20827c4230c4e71cdc86.tar.gz
Zbatery 4.1.0 - pull in latest changes from unicorn 4.1.0 v4.1.0
Logging of errors is more consistent in this release.
See the unicorn 4.1.0 release notes for more details:
    http://bogomips.org/unicorn.git/tag/?id=v4.1.0
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 15a32af..174ded0 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 Rainbows.forked = true
 module Zbatery
 
-  VERSION = "4.0.0"
+  VERSION = "4.1.0"
 
   Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}"