Skip to content

Commit 5aa0e98

Browse files
committed
Cut 2.3.1
1 parent 18f1147 commit 5aa0e98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 2.3.1 (2019-08-26)
6+
57
### Bug fixes
68

79
* [#104](https://github.com/rubocop-hq/rubocop-rails/issues/104): Exclude Rails-independent `bin/bundle` by default. ([@koic][])

lib/rubocop/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module Rails
55
# This module holds the RuboCop Rails version information.
66
module Version
7-
STRING = '2.3.0'
7+
STRING = '2.3.1'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)