about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-09-02 02:14:03 +0000
committerEric Wong <normalperson@yhbt.net>2011-09-02 02:14:03 +0000
commit0b955487e44011d80a457618c2e8148c8ec05e05 (patch)
tree4abda4b6ef46d19361b5caaa31b0244e1d7e18de /lib
parent71b4507755f2bd279adb14e6cdc90e1380efa247 (diff)
downloadrainbows-0b955487e44011d80a457618c2e8148c8ec05e05.tar.gz
This release fixes a potential reentrancy deadlock when
using the default logger from the Ruby standard library.
Diffstat (limited to 'lib')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index a87d76a..1b098ba 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '4.3.0'
+  RAINBOWS_VERSION = '4.3.1'
 
   include Unicorn::Const