rev the version so we can get a gem build

This commit is contained in:
Chris Anderson 2009-01-13 13:23:01 -08:00
parent 5ef4a97de4
commit cc5cf62cc4
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{couchrest}
s.version = "0.12.1"
s.version = "0.12.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["J. Chris Anderson"]

View file

@ -26,7 +26,7 @@ require 'couchrest/monkeypatches'
# = CouchDB, close to the metal
module CouchRest
VERSION = '0.12.1'
VERSION = '0.12.2'
autoload :Server, 'couchrest/core/server'
autoload :Database, 'couchrest/core/database'