Bump version to 4.56.38 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-07-25 12:27:43 +00:00
parent c103a929af
commit 5dacefb5ce
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.37 -->
## [v4.56.37](https://github.com/inspec/inspec/tree/v4.56.37) (2023-07-07)
<!-- latest_release 4.56.38 -->
## [v4.56.38](https://github.com/inspec/inspec/tree/v4.56.38) (2023-07-25)
#### Merged Pull Requests
- Bump omnibus from `83d8428` to `9c0643a` in /omnibus [#6544](https://github.com/inspec/inspec/pull/6544) ([dependabot[bot]](https://github.com/dependabot[bot]))
- [Backport] - CHEF-4080: Point to latest EULA in GUI installers [#6581](https://github.com/inspec/inspec/pull/6581) ([ahasunos](https://github.com/ahasunos))
<!-- latest_release -->
<!-- release_rollup since=4.56.20 -->
### Changes since 4.56.20 release
#### Merged Pull Requests
- [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 -->
- Backport-6381 [#6450](https://github.com/inspec/inspec/pull/6450) ([ahasunos](https://github.com/ahasunos)) <!-- 4.56.36 -->
- Bump omnibus-software from `a9b13a0` to `4b08f0b` in /omnibus [#6547](https://github.com/inspec/inspec/pull/6547) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 4.56.35 -->

View file

@ -1 +1 @@
4.56.37
4.56.38

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.37".freeze
VERSION = "4.56.38".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.56.37".freeze
VERSION = "4.56.38".freeze
end