Skip to content

Commit

Permalink
Bump version to 13.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 21, 2020
1 parent b6bf56c commit c2eeae2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion History.rdoc
@@ -1,4 +1,9 @@
=== 13.0.1
=== 13.0.3

* Fix breaking change of execution order on TestTask.
Pull request #368 by ysakasin

=== 13.0.2

==== Enhancements

Expand Down
2 changes: 1 addition & 1 deletion lib/rake/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Rake
VERSION = "13.0.2"
VERSION = "13.0.3"

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

0 comments on commit c2eeae2

Please sign in to comment.