Skip to content

Commit d363f77

Browse files
committed
Cut 3.2.3
1 parent 0282efa commit d363f77

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.2...master)
3+
### [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.
48

59
### [3.2.2](https://github.com/rubocop/rubocop-i18n/compare/v3.2.1...v3.2.2)
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.2'
5+
VERSION = '3.2.3'
66
end
77
end

0 commit comments

Comments
 (0)