Skip to content

Commit

Permalink
Bump version to 6.21.2 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Oct 16, 2020
1 parent 37f8202 commit 7e50249
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Cookstyle Changelog

<!-- latest_release -->
<!-- latest_release 6.21.2 -->
## [v6.21.2](https://github.com/chef/cookstyle/tree/v6.21.2) (2020-10-16)

#### Merged Pull Requests
- Disable Style/NumericPredicate [#780](https://github.com/chef/cookstyle/pull/780) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=6.21.1 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Disable Style/NumericPredicate [#780](https://github.com/chef/cookstyle/pull/780) ([tas50](https://github.com/tas50)) <!-- 6.21.2 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.21.1
6.21.2
2 changes: 1 addition & 1 deletion lib/cookstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
VERSION = "6.21.1" # rubocop: disable Style/StringLiterals
VERSION = "6.21.2" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '0.93.1'
end

0 comments on commit 7e50249

Please sign in to comment.