about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-09-02 02:20:04 +0000
committerEric Wong <normalperson@yhbt.net>2011-09-02 02:20:04 +0000
commitb6b36c534ae1b6f8120d3e48eca47463f21b06ea (patch)
tree55e9fa03499c65552c2a57283b4737afcc5f6ea3 /lib/zbatery.rb
parent30ab37594677c12a4884d7199d808a8a28832549 (diff)
downloadzbatery-b6b36c534ae1b6f8120d3e48eca47463f21b06ea.tar.gz
Zbatery 4.1.1 - small bugfix v4.1.1
This release fixes a potential reentrancy deadlock when
using the default logger from the Ruby standard library.
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 8783fd4..08ac5b1 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 Rainbows.forked = true
 module Zbatery
 
-  VERSION = "4.1.0"
+  VERSION = "4.1.1"
 
   Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}"