Bump version to 4.56.42 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-09-26 19:20:23 +00:00
parent 559ee45a46
commit 414bf1c75d
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.56.41 -->
## [v4.56.41](https://github.com/inspec/inspec/tree/v4.56.41) (2023-09-26)
<!-- latest_release 4.56.42 -->
## [v4.56.42](https://github.com/inspec/inspec/tree/v4.56.42) (2023-09-26)
#### Merged Pull Requests
- Backport #6674 to inspec-4 [#6683](https://github.com/inspec/inspec/pull/6683) ([Vasu1105](https://github.com/Vasu1105))
- Bump omnibus-software from `a7904a1` to `c44dea9` in /omnibus [#6664](https://github.com/inspec/inspec/pull/6664) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Fix Gemfile on inspec-4 [#6687](https://github.com/inspec/inspec/pull/6687) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.56.20 -->
### Changes since 4.56.20 release
#### Merged Pull Requests
- Fix Gemfile on inspec-4 [#6687](https://github.com/inspec/inspec/pull/6687) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.42 -->
- Backport #6674 to inspec-4 [#6683](https://github.com/inspec/inspec/pull/6683) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.56.41 -->
- Bump omnibus-software from `a7904a1` to `c44dea9` in /omnibus [#6664](https://github.com/inspec/inspec/pull/6664) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.40 -->
- Fix inspec-4 omnibus build failure happening due to x64-unknown platform [#6646](https://github.com/inspec/inspec/pull/6646) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.56.40 -->

View file

@ -1 +1 @@
4.56.41
4.56.42

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.56.41".freeze
VERSION = "4.56.42".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.41".freeze
VERSION = "4.56.42".freeze
end