Skip to content

Commit

Permalink
Bump version to 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 12, 2019
1 parent 8edd860 commit c8251e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.rdoc
@@ -1,3 +1,12 @@
=== 13.0.1

==== Bug fixes

* Fixed bug: Reenabled task raises previous exception on second invokation
Pull Request #271 by thorsteneckel
* Fix an incorrectly resolved arg pattern
Pull Request #327 by mjbellantoni

=== 13.0.0

==== 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.0"
VERSION = "13.0.1"

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

0 comments on commit c8251e2

Please sign in to comment.