Bump version to 6.7.2 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2024-07-23 12:06:29 +00:00
parent 118c944819
commit e5c81d5a15
4 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.7.1 -->
## [v6.7.1](https://github.com/inspec/inspec/tree/v6.7.1) (2024-07-23)
<!-- latest_release 6.7.2 -->
## [v6.7.2](https://github.com/inspec/inspec/tree/v6.7.2) (2024-07-23)
#### Merged Pull Requests
- Bump omnibus-software from `28c9c9f` to `02fa677` in /omnibus [#7099](https://github.com/inspec/inspec/pull/7099) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Bump omnibus from `82dae89` to `41d5c3b` in /omnibus [#7089](https://github.com/inspec/inspec/pull/7089) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
@ -38,6 +38,7 @@
### Changes since 6.6.0 release
#### Merged Pull Requests
- Bump omnibus from `82dae89` to `41d5c3b` in /omnibus [#7089](https://github.com/inspec/inspec/pull/7089) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.7.2 -->
- Bump omnibus-software from `28c9c9f` to `02fa677` in /omnibus [#7099](https://github.com/inspec/inspec/pull/7099) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.7.1 -->
- Usage Telemetry v3 [#6012](https://github.com/inspec/inspec/pull/6012) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 6.7.0 -->
- ci: change license server to point to local licensing server [#7083](https://github.com/inspec/inspec/pull/7083) ([ahasunos](https://github.com/ahasunos)) <!-- 6.6.30 -->

View file

@ -1 +1 @@
6.7.1
6.7.2

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.7.1".freeze
VERSION = "6.7.2".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.7.1".freeze
VERSION = "6.7.2".freeze
end