Skip to content

Commit

Permalink
Bump version to 1.7.4 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 Mar 24, 2021
1 parent 542c763 commit a612150
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 @@
# chefstyle change log

<!-- latest_release 1.7.3 -->
## [v1.7.3](https://github.com/chef/chefstyle/tree/v1.7.3) (2021-03-24)
<!-- latest_release 1.7.4 -->
## [v1.7.4](https://github.com/chef/chefstyle/tree/v1.7.4) (2021-03-24)

#### Merged Pull Requests
- Add Ruby 3.0 testing [#130](https://github.com/chef/chefstyle/pull/130) ([tas50](https://github.com/tas50))
- Update RuboCop to 1.12 [#132](https://github.com/chef/chefstyle/pull/132) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update RuboCop to 1.12 [#132](https://github.com/chef/chefstyle/pull/132) ([tas50](https://github.com/tas50)) <!-- 1.7.4 -->
- Add Ruby 3.0 testing [#130](https://github.com/chef/chefstyle/pull/130) ([tas50](https://github.com/tas50)) <!-- 1.7.3 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3
1.7.4
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "1.7.3"
VERSION = "1.7.4"
RUBOCOP_VERSION = "1.12.0"
end

0 comments on commit a612150

Please sign in to comment.