bumped to 0.2 now that I rebased with master

This commit is contained in:
Matt Aimonetti 2009-03-02 22:40:29 -08:00
parent 0250fea373
commit 98fb1d728d
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{couchrest}
s.version = "0.17"
s.version = "0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["J. Chris Anderson", "Matt Aimonetti"]

View file

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