Bump version to 6.4.44 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-08-14 13:16:23 +00:00
parent 5d0ae06a01
commit 29144ba0e7
4 changed files with 7 additions and 6 deletions

View file

@ -1,17 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.4.43 -->
## [v6.4.43](https://github.com/inspec/inspec/tree/v6.4.43) (2023-08-10)
<!-- latest_release 6.4.44 -->
## [v6.4.44](https://github.com/inspec/inspec/tree/v6.4.44) (2023-08-14)
#### Merged Pull Requests
- CHEF-4010 make a clean exit for License list command [#6552](https://github.com/inspec/inspec/pull/6552) ([sathish-progress](https://github.com/sathish-progress))
- Missing changes from main [#6564](https://github.com/inspec/inspec/pull/6564) ([sathish-progress](https://github.com/sathish-progress))
<!-- latest_release -->
<!-- release_rollup since=5.22.12 -->
### Changes since 5.22.12 release
#### Merged Pull Requests
- Missing changes from main [#6564](https://github.com/inspec/inspec/pull/6564) ([sathish-progress](https://github.com/sathish-progress)) <!-- 6.4.44 -->
- CHEF-4010 make a clean exit for License list command [#6552](https://github.com/inspec/inspec/pull/6552) ([sathish-progress](https://github.com/sathish-progress)) <!-- 6.4.43 -->
- CHEF-4818 revise inspec parallel docs content [#6586](https://github.com/inspec/inspec/pull/6586) ([IanMadd](https://github.com/IanMadd)) <!-- 6.4.42 -->
- CHEF-3916 Add section on inspec license subcommand to online docs [#6583](https://github.com/inspec/inspec/pull/6583) ([ahasunos](https://github.com/ahasunos)) <!-- 6.4.41 -->

View file

@ -1 +1 @@
6.4.43
6.4.44

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.4.43".freeze
VERSION = "6.4.44".freeze
end