Bump version to 0.8.14
This commit is contained in:
parent
6825390da8
commit
07fa889e51
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# v0.8.14 2017-07-06
|
||||||
|
|
||||||
|
* Support ruby 2.4 #719
|
||||||
|
|
||||||
# v0.8.13 2017-06-01
|
# v0.8.13 2017-06-01
|
||||||
|
|
||||||
* Allow empty match expressions on CLI
|
* Allow empty match expressions on CLI
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Mutant
|
module Mutant
|
||||||
# Current mutant version
|
# Current mutant version
|
||||||
VERSION = '0.8.13'.freeze
|
VERSION = '0.8.14'.freeze
|
||||||
end # Mutant
|
end # Mutant
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue