Bump version to 4.41.21 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-09-10 17:39:01 +00:00
parent 449349b600
commit 92d4e031dc
4 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.41.21 -->
## [v4.41.21](https://github.com/inspec/inspec/tree/v4.41.21) (2021-09-10)
#### Merged Pull Requests
- Docs edits [#5654](https://github.com/inspec/inspec/pull/5654) ([IanMadd](https://github.com/IanMadd))
- Add labeler workflow with docs label [#5655](https://github.com/inspec/inspec/pull/5655) ([IanMadd](https://github.com/IanMadd))
<!-- latest_release -->
@ -11,6 +12,7 @@
### Changes since 4.41.20 release
#### Merged Pull Requests
- Docs edits [#5654](https://github.com/inspec/inspec/pull/5654) ([IanMadd](https://github.com/IanMadd)) <!-- 4.41.21 -->
- Add labeler workflow with docs label [#5655](https://github.com/inspec/inspec/pull/5655) ([IanMadd](https://github.com/IanMadd)) <!-- 4.41.20 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.41.20
4.41.21

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.41.20".freeze
VERSION = "4.41.21".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.41.20".freeze
VERSION = "4.41.21".freeze
end