Bump up Rake-13.0.6

This commit is contained in:
Hiroshi SHIBATA 2021-07-09 11:51:50 +09:00
parent 73d4099cc9
commit 5c60da8644
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
=== 13.0.6
* Additional fix for #389
Pull request #390 by hsbt
=== 13.0.5
* Fixed the regression of #388

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
module Rake
VERSION = "13.0.5"
VERSION = "13.0.6"
module Version # :nodoc: all
MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."