From 09094a1292999fd0f4bdf8a470ebc024301982bf Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 30 May 2015 21:51:09 +0000 Subject: [PATCH] Prepare version 0.7.9 --- 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 3caee7bf..3c00da0d 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -1,4 +1,4 @@ module Mutant # The current mutant version - VERSION = '0.7.8'.freeze + VERSION = '0.7.9'.freeze end # Mutant