From 0a4f7e06074d1df40648bf248e8fab770e38b83d Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Sun, 19 Jul 2009 17:14:06 -0700 Subject: [PATCH] bumping the release version before breaking the API in 0.4 --- lib/couchrest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/couchrest.rb b/lib/couchrest.rb index e824563..ada8ab2 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.30' unless self.const_defined?("VERSION") + VERSION = '0.31' unless self.const_defined?("VERSION") autoload :Server, 'couchrest/core/server' autoload :Database, 'couchrest/core/database'