bumped the version number to 0.37

This commit is contained in:
Marcos Tapajós 2010-03-30 21:25:23 -03:00
parent 5eb40e5fed
commit e5cf39f809
4 changed files with 8 additions and 3 deletions

View file

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