Merge pull request #778 from mbj/bump/version

Bump mutant version to 0.8.20
This commit is contained in:
Markus Schirp 2018-11-27 14:16:47 +00:00 committed by GitHub
commit 9644858f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# v0.8.20 2018-11-25
# v0.8.20 2018-11-27
* Replace internal timers with monotonic ones.

View file

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