Bump version to 0.8.12
This commit is contained in:
parent
0724ee93a1
commit
bf1d299c59
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# v0.8.12 2016-10-xx
|
||||
# v0.8.12 2016-10-17
|
||||
|
||||
* Add mutation from `/foo|bar/` to `/foo/` and `/bar/`
|
||||
* Add mutation from `/$/` to `/\z/`
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Mutant
|
||||
# Current mutant version
|
||||
VERSION = '0.8.11'.freeze
|
||||
VERSION = '0.8.12'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue