Bump version to 4.41.22 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:45:38 +00:00
parent d6c2cef304
commit 910a674ad6
4 changed files with 7 additions and 7 deletions

View file

@ -1,17 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.41.21 -->
## [v4.41.21](https://github.com/inspec/inspec/tree/v4.41.21) (2021-09-10)
<!-- latest_release 4.41.22 -->
## [v4.41.22](https://github.com/inspec/inspec/tree/v4.41.22) (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))
- Fix branch name in docs makefile [#5660](https://github.com/inspec/inspec/pull/5660) ([IanMadd](https://github.com/IanMadd))
<!-- latest_release -->
<!-- release_rollup since=4.41.20 -->
### Changes since 4.41.20 release
#### Merged Pull Requests
- Fix branch name in docs makefile [#5660](https://github.com/inspec/inspec/pull/5660) ([IanMadd](https://github.com/IanMadd)) <!-- 4.41.22 -->
- 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.21
4.41.22

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.21".freeze
VERSION = "4.41.22".freeze
end

View file

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