Skip to content

Commit 29a3949

Browse files
committed
Bump version to v13.0.5
1 parent 3a95f4c commit 29a3949

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 13.0.5
2+
3+
* Fixed the regression of #388
4+
Pull request #389 by hsbt
5+
16
=== 13.0.4
27

38
* Fix rake test loader swallowing useful error information.

lib/rake/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Rake
3-
VERSION = "13.0.4"
3+
VERSION = "13.0.5"
44

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

0 commit comments

Comments
 (0)