Skip to content

Commit

Permalink
Bump version to v13.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 8, 2021
1 parent 3a95f4c commit 29a3949
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.5

* Fixed the regression of #388
Pull request #389 by hsbt

=== 13.0.4

* Fix rake test loader swallowing useful error information.
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.4"
VERSION = "13.0.5"

module Version # :nodoc: all
MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."
Expand Down

0 comments on commit 29a3949

Please sign in to comment.