bumping the release version before breaking the API in 0.4

This commit is contained in:
Matt Aimonetti 2009-07-19 17:14:06 -07:00
parent 6c0d74717c
commit 0a4f7e0607

View file

@ -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'