From 3b6be70cdd4d302cf34d4dda7621620b86dd55ea Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 9 Mar 2014 21:47:57 +0000 Subject: [PATCH] Prepare version 0.5.5 --- Changelog.md | 6 ++++++ lib/mutant/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1151e6ba..bffedefd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# v0.5.5 2014-03-09 + +Changes: + +* Morpher dependency bump + # v0.5.4 2014-03-08 Changes: diff --git a/lib/mutant/version.rb b/lib/mutant/version.rb index 0cc84c6b..8b7103b7 100644 --- a/lib/mutant/version.rb +++ b/lib/mutant/version.rb @@ -2,5 +2,5 @@ module Mutant # The current mutant version - VERSION = '0.5.4'.freeze + VERSION = '0.5.5'.freeze end # Mutant