From abd19f7b68bd3b70d902a57b9395879511956bfe Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Fri, 27 Mar 2009 11:27:44 -0700 Subject: [PATCH] bumped release to 0.23 (lots of fixes) --- lib/couchrest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/couchrest.rb b/lib/couchrest.rb index 61b0615..f72d35a 100644 --- a/lib/couchrest.rb +++ b/lib/couchrest.rb @@ -28,7 +28,7 @@ require 'couchrest/monkeypatches' # = CouchDB, close to the metal module CouchRest - VERSION = '0.22' unless self.const_defined?("VERSION") + VERSION = '0.23' unless self.const_defined?("VERSION") autoload :Server, 'couchrest/core/server' autoload :Database, 'couchrest/core/database'