Prepare version 0.7.3
This commit is contained in:
parent
2f3ae5a9ca
commit
9f1ac0329d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.7.2'.freeze
|
||||
VERSION = '0.7.3'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue