bumped the version

This commit is contained in:
Matt Aimonetti 2009-05-17 21:20:38 -07:00
parent b89d327a61
commit 85079a54d9
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.25"
s.version = "0.26"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["J. Chris Anderson", "Matt Aimonetti"]

View file

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