mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
c948e30de5
commit
b344b5a25d
4 changed files with 6 additions and 5 deletions
|
@ -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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.4.46
|
||||
6.4.47
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.4.46".freeze
|
||||
VERSION = "6.4.47".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue