From e2d570c83767c78fd7842073dc3c2c27f0dc5096 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 7 Dec 2013 19:03:58 +0100 Subject: [PATCH] Bump version to 0.3.0.rc5 --- lib/mutant/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index 46e64a73..a4a56f3d 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -2,5 +2,5 @@ module Mutant # The current mutant version - VERSION = '0.3.0.rc4'.freeze + VERSION = '0.3.0.rc5'.freeze end # Mutant