bumped release to 0.23 (lots of fixes)

This commit is contained in:
Matt Aimonetti 2009-03-27 11:27:44 -07:00
parent 661daac473
commit abd19f7b68

View file

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