bumped version to 0.32

This commit is contained in:
Matt Aimonetti 2009-07-22 16:54:28 -07:00
parent a4254be8eb
commit dd480bcd75
3 changed files with 2 additions and 19 deletions

View file

@ -28,7 +28,7 @@ require 'couchrest/monkeypatches'
# = CouchDB, close to the metal
module CouchRest
VERSION = '0.31' unless self.const_defined?("VERSION")
VERSION = '0.32' unless self.const_defined?("VERSION")
autoload :Server, 'couchrest/core/server'
autoload :Database, 'couchrest/core/database'