Skip to content

Commit 5c60da8

Browse files
committed
Bump up Rake-13.0.6
1 parent 73d4099 commit 5c60da8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.rdoc

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 13.0.6
2+
3+
* Additional fix for #389
4+
Pull request #390 by hsbt
5+
16
=== 13.0.5
27

38
* Fixed the regression of #388

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.5"
3+
VERSION = "13.0.6"
44

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

0 commit comments

Comments
 (0)