Bump version to 6.4.48 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:36:45 +00:00
parent 0c68b0244e
commit 2f7627fac2
4 changed files with 10 additions and 5 deletions

View file

@ -1,13 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.4.47 -->
<!-- latest_release 6.4.48 -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
#### Merged Pull Requests
- Move chef-licensing gem dependency to inspec gemspec file [#6610](https://github.com/inspec/inspec/pull/6610) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
## [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 -->
## [v6.4.46](https://github.com/inspec/inspec/tree/v6.4.46) (2023-08-17)

View file

@ -1 +1 @@
6.4.47
6.4.48

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.47".freeze
VERSION = "6.4.48".freeze
end

View file

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