Prepare version 0.7.3

This commit is contained in:
Markus Schirp 2014-12-08 23:06:16 +00:00
parent 2f3ae5a9ca
commit 9f1ac0329d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# v0.7.3 2014-12-09
* Fix communication between workers and killworks to work for all binaries.
# v0.7.2 2014-12-08
* Fix synthetic race conditon in actor implementation

View file

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