Merge pull request #750 from mbj/bump/version

Change mutant version to 0.8.18
This commit is contained in:
Dan Kubb 2018-09-24 15:46:52 -07:00 committed by GitHub
commit 6d26d1fabc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# v0.8.18 2018-10-24
* Add support for regexp unicode print nodes https://github.com/mbj/mutant/pull/749
# v0.8.17 2018-09-12
* Drop support for Ruby < 2.3

View file

@ -2,5 +2,5 @@
module Mutant
# Current mutant version
VERSION = '0.8.17'.freeze
VERSION = '0.8.18'.freeze
end # Mutant