Skip to content

Commit

Permalink
Bump up Rake-13.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 9, 2021
1 parent 73d4099 commit 5c60da8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 13.0.6

* Additional fix for #389
Pull request #390 by hsbt

=== 13.0.5

* Fixed the regression of #388
Expand Down
2 changes: 1 addition & 1 deletion lib/rake/version.rb
Original file line number Diff line number Diff line change
@@ -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 "."
Expand Down

0 comments on commit 5c60da8

Please sign in to comment.