Skip to content

Commit 5c87c46

Browse files
committed
Bump version to 12.3.3.
1 parent 5b8f8fc commit 5c87c46

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.rdoc

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
=== 12.3.3
2+
3+
==== Bug fixes
4+
5+
* Use the application's name in error message if a task is not found.
6+
Pull Request #303 by tmatilai
7+
8+
==== Enhancements:
9+
10+
* Use File.open explicitly.
11+
112
=== 12.3.2
213

314
==== Bug fixes

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 = "12.3.2"
3+
VERSION = "12.3.3"
44

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

0 commit comments

Comments
 (0)