Skip to content

Commit 1f88550

Browse files
committed
Bump version to rake-12.2.1
1 parent 92146b2 commit 1f88550

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.rdoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 12.2.1
2+
3+
==== Bug fixes
4+
5+
* Fixed to break Capistrano::Application on capistrano3.
6+
17
=== 12.2.0
28

39
==== Enhancements:

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 = "12.2.0"
3+
VERSION = "12.2.1"
44

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

0 commit comments

Comments
 (0)