Skip to content

Commit 65049f5

Browse files
committed
Cut 3.2.2
1 parent 2bae51b commit 65049f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.2.1...master)
3+
### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.2.2...master)
4+
5+
### [3.2.2](https://github.com/rubocop/rubocop-i18n/compare/v3.2.1...v3.2.2)
6+
7+
* Fix incorrect rubocop-i18n version number when `rubocop -V` is used.
48

59
### [3.2.1](https://github.com/rubocop/rubocop-i18n/compare/v3.2.0...v3.2.1)
610

lib/rubocop/i18n/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RuboCop
44
module I18n
5-
VERSION = '3.2.1'
5+
VERSION = '3.2.2'
66
end
77
end

0 commit comments

Comments
 (0)