From 18e8ffe5d19586f41c3ae6bc37e37b13a4accdcb Mon Sep 17 00:00:00 2001 From: Nick Quaranto Date: Mon, 13 Jun 2011 12:00:19 -0400 Subject: [PATCH] bump to 0.8.12 --- daikon.gemspec | 2 +- lib/daikon/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daikon.gemspec b/daikon.gemspec index b058407..f1db5cb 100644 --- a/daikon.gemspec +++ b/daikon.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ['Nick Quaranto', 'thoughtbot'] - s.date = %q{2011-06-10} + s.date = %q{2011-06-13} s.description = %q{daikon, a radishapp.com client} s.email = %q{nick@thoughtbot.com} s.executables = [%q{daikon}] diff --git a/lib/daikon/version.rb b/lib/daikon/version.rb index f5256f7..d0d12ff 100644 --- a/lib/daikon/version.rb +++ b/lib/daikon/version.rb @@ -1,3 +1,3 @@ module Daikon - VERSION = "0.8.11" + VERSION = "0.8.12" end