Bump version to 0.8.12

This commit is contained in:
John Backus 2016-10-17 13:45:58 -07:00
parent 0724ee93a1
commit bf1d299c59
No known key found for this signature in database
GPG key ID: 9A91898D0B0B2FBE
2 changed files with 2 additions and 2 deletions

View file

@ -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/`

View file

@ -1,4 +1,4 @@
module Mutant
# Current mutant version
VERSION = '0.8.11'.freeze
VERSION = '0.8.12'.freeze
end # Mutant