Bump version to 4.56.40 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-09-05 14:23:48 +00:00
parent b730271f81
commit 7f2a68dabc
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.56.39 -->
## [v4.56.39](https://github.com/inspec/inspec/tree/v4.56.39) (2023-08-22)
<!-- latest_release 4.56.40 -->
## [v4.56.40](https://github.com/inspec/inspec/tree/v4.56.40) (2023-09-05)
#### Merged Pull Requests
- Bump omnibus from `9c0643a` to `26c34d2` in /omnibus [#6617](https://github.com/inspec/inspec/pull/6617) ([dependabot[bot]](https://github.com/dependabot[bot]))
- 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))
<!-- latest_release -->
<!-- release_rollup since=4.56.20 -->
### Changes since 4.56.20 release
#### Merged Pull Requests
- 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 -->
- Bump omnibus from `9c0643a` to `26c34d2` in /omnibus [#6617](https://github.com/inspec/inspec/pull/6617) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.39 -->
- [Backport] - CHEF-4080: Point to latest EULA in GUI installers [#6581](https://github.com/inspec/inspec/pull/6581) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.38 -->
- Bump omnibus from `83d8428` to `9c0643a` in /omnibus [#6544](https://github.com/inspec/inspec/pull/6544) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.37 -->

View file

@ -1 +1 @@
4.56.39
4.56.40

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.39".freeze
VERSION = "4.56.40".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.39".freeze
VERSION = "4.56.40".freeze
end