diff --git a/History.rdoc b/History.rdoc index 685f8897c..b8751f9b6 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,8 @@ +=== 13.0.6 + +* Additional fix for #389 + Pull request #390 by hsbt + === 13.0.5 * Fixed the regression of #388 diff --git a/lib/rake/version.rb b/lib/rake/version.rb index d1cbdc2a7..a0bd095c1 100644 --- a/lib/rake/version.rb +++ b/lib/rake/version.rb @@ -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 "."