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 0282efa commit d363f77Copy full SHA for d363f77
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
3
-### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.2.2...master)
+### [master (Unreleased)](https://github.com/rubocop/rubocop-i18n/compare/v3.2.3...master)
4
+
5
+### [3.2.3](https://github.com/rubocop/rubocop-i18n/compare/v3.2.2...v3.2.3)
6
7
+* Fix an error when `RuboCop::I18n::Version` is used.
8
9
### [3.2.2](https://github.com/rubocop/rubocop-i18n/compare/v3.2.1...v3.2.2)
10
lib/rubocop/i18n/version.rb
@@ -2,6 +2,6 @@
module RuboCop
module I18n
- VERSION = '3.2.2'
+ VERSION = '3.2.3'
end
0 commit comments