Merge pull request #750 from mbj/bump/version
Change mutant version to 0.8.18
This commit is contained in:
commit
6d26d1fabc
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
module Mutant
|
||||
# Current mutant version
|
||||
VERSION = '0.8.17'.freeze
|
||||
VERSION = '0.8.18'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Add table
Reference in a new issue