We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bae51b commit 65049f5Copy full SHA for 65049f5
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
3
-### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.2.1...master)
+### [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.
8
9
### [3.2.1](https://github.com/rubocop/rubocop-i18n/compare/v3.2.0...v3.2.1)
10
lib/rubocop/i18n/version.rb
@@ -2,6 +2,6 @@
module RuboCop
module I18n
- VERSION = '3.2.1'
+ VERSION = '3.2.2'
end
0 commit comments