Bump version to 6.4.47 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-08-22 14:33:13 +00:00
parent c948e30de5
commit b344b5a25d
4 changed files with 6 additions and 5 deletions

View file

@ -1,10 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 6.4.47 -->
## [v6.4.47](https://github.com/inspec/inspec/tree/v6.4.47) (2023-08-22)
#### Merged Pull Requests
- Exit code changes when chef license key not found and set for inspec [#6611](https://github.com/inspec/inspec/pull/6611) ([Nik08](https://github.com/Nik08))
- Configure coverage pipeline on main [#6613](https://github.com/inspec/inspec/pull/6613) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->

View file

@ -1 +1 @@
6.4.46
6.4.47

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.46".freeze
VERSION = "6.4.47".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.4.46".freeze
VERSION = "6.4.47".freeze
end