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'