about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-05 23:31:18 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-05 23:34:16 +0000
commit017b95be08a702c9faae1949db9328f7e82c2d8c (patch)
treee981bfc39d372361d5b5f136590a4453e276d4b1 /lib/rainbows/const.rb
parent73a8847fac9939e1b42a471f7537b5f89bd5ca94 (diff)
downloadrainbows-017b95be08a702c9faae1949db9328f7e82c2d8c.tar.gz
This release includes updates to support WebSockets
under Cramp 0.14 and later.  This will be the last
release which supports Cramp 0.13.

There are no changes in this release for non-Cramp
users.
Diffstat (limited to 'lib/rainbows/const.rb')
-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 9cd2864..25cc536 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '4.1.0'
+  RAINBOWS_VERSION = '4.2.0'
 
   include Unicorn::Const