Skip to content

Commit

Permalink
Bump version to 7.30.3 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 Jan 18, 2022
1 parent f20ef5e commit 5cfd123
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Cookstyle Changelog

<!-- latest_release 7.30.2 -->
## [v7.30.2](https://github.com/chef/cookstyle/tree/v7.30.2) (2022-01-18)
<!-- latest_release 7.30.3 -->
## [v7.30.3](https://github.com/chef/cookstyle/tree/v7.30.3) (2022-01-18)

#### Merged Pull Requests
- Cleanup using the RuboCop InternalAffairs cops [#933](https://github.com/chef/cookstyle/pull/933) ([tas50](https://github.com/tas50))
- Update RuboCop engine to 1.25 [#934](https://github.com/chef/cookstyle/pull/934) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update RuboCop engine to 1.25 [#934](https://github.com/chef/cookstyle/pull/934) ([tas50](https://github.com/tas50)) <!-- 7.30.3 -->
- Cleanup using the RuboCop InternalAffairs cops [#933](https://github.com/chef/cookstyle/pull/933) ([tas50](https://github.com/tas50)) <!-- 7.30.2 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.30.2
7.30.3
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 = "7.30.2" # rubocop: disable Style/StringLiterals
VERSION = "7.30.3" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.25.0'
end

0 comments on commit 5cfd123

Please sign in to comment.