Skip to content

Commit

Permalink
Bump version to 12.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 22, 2019
1 parent 5b8f8fc commit 5c87c46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=== 12.3.3

==== Bug fixes

* Use the application's name in error message if a task is not found.
Pull Request #303 by tmatilai

==== Enhancements:

* Use File.open explicitly.

=== 12.3.2

==== Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/rake/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Rake
VERSION = "12.3.2"
VERSION = "12.3.3"

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

0 comments on commit 5c87c46

Please sign in to comment.