From 345613e48f2ac66f9956db7c06d8d37f48854aa8 Mon Sep 17 00:00:00 2001 From: winton Date: Thu, 9 Aug 2012 11:59:56 -0700 Subject: [PATCH] Version bump (0.2.21) --- gitcycle.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitcycle.gemspec b/gitcycle.gemspec index 328fa52..070fe0c 100644 --- a/gitcycle.gemspec +++ b/gitcycle.gemspec @@ -6,7 +6,7 @@ $:.unshift lib unless $:.include?(lib) Gem::Specification.new do |s| s.name = "gitcycle" - s.version = '0.2.20' + s.version = '0.2.21' s.platform = Gem::Platform::RUBY s.authors = [ 'Winton Welsh' ] s.email = [ 'mail@wintoni.us' ]