Prepare version 0.7.4

This commit is contained in:
Markus Schirp 2014-12-22 12:28:46 +00:00
parent c0aeba3681
commit f85c8232f8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
# v0.7.4 2014-12-22
* Fix rspec example visibility on duplicate metadata examples
* Add naked if/else body emitter
# v0.7.3 2014-12-09
* Fix communication between workers and killforks to work for all binaries.

View file

@ -1,4 +1,4 @@
module Mutant
# The current mutant version
VERSION = '0.7.3'.freeze
VERSION = '0.7.4'.freeze
end # Mutant