From 9861275e43235fe70235c466f2f73f7d6cdd967b Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Fri, 7 Dec 2012 18:17:20 +0100 Subject: [PATCH] Bump version to 0.2.0 --- mutant.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutant.gemspec b/mutant.gemspec index d1f32307..215fd5b4 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |gem| gem.name = 'mutant' - gem.version = '0.0.1' + gem.version = '0.2.0' gem.authors = [ 'Markus Schirp' ] gem.email = [ 'mbj@seonic.net' ] gem.description = 'Mutation testing for ruby under rubinius'