Skip to content

Commit c2eeae2

Browse files
committed
Bump version to 13.0.3
1 parent b6bf56c commit c2eeae2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.rdoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
=== 13.0.1
1+
=== 13.0.3
2+
3+
* Fix breaking change of execution order on TestTask.
4+
Pull request #368 by ysakasin
5+
6+
=== 13.0.2
27

38
==== Enhancements
49

lib/rake/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Rake
3-
VERSION = "13.0.2"
3+
VERSION = "13.0.3"
44

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

0 commit comments

Comments
 (0)