Bump version to 6.4.61 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 06:15:03 +00:00
parent f0b84e3bb5
commit 8819e16ceb
4 changed files with 7 additions and 7 deletions

View file

@ -1,12 +1,11 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.4.60 -->
## [v6.4.60](https://github.com/inspec/inspec/tree/v6.4.60) (2023-09-25)
<!-- latest_release 6.4.61 -->
## [v6.4.61](https://github.com/inspec/inspec/tree/v6.4.61) (2023-09-26)
#### Merged Pull Requests
- Bump omnibus-software from `3268356` to `c44dea9` in /omnibus [#6665](https://github.com/inspec/inspec/pull/6665) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Bump omnibus from `9c0643a` to `56015cb` in /omnibus [#6670](https://github.com/inspec/inspec/pull/6670) ([dependabot[bot]](https://github.com/dependabot[bot]))
- Bump omnibus from `56015cb` to `82dae89` in /omnibus [#6679](https://github.com/inspec/inspec/pull/6679) ([dependabot[bot]](https://github.com/dependabot[bot]))
<!-- latest_release -->
## [v6.4.48](https://github.com/inspec/inspec/tree/v6.4.48) (2023-08-22)
@ -39,6 +38,7 @@
### Changes since 5.22.13 release
#### Merged Pull Requests
- Bump omnibus from `56015cb` to `82dae89` in /omnibus [#6679](https://github.com/inspec/inspec/pull/6679) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.61 -->
- Bump omnibus-software from `3268356` to `c44dea9` in /omnibus [#6665](https://github.com/inspec/inspec/pull/6665) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.60 -->
- Bump omnibus from `9c0643a` to `56015cb` in /omnibus [#6670](https://github.com/inspec/inspec/pull/6670) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 6.4.59 -->
- Move InSpec docs menu from chef-web-docs [#6657](https://github.com/inspec/inspec/pull/6657) ([IanMadd](https://github.com/IanMadd)) <!-- 6.4.59 -->

View file

@ -1 +1 @@
6.4.60
6.4.61

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.60".freeze
VERSION = "6.4.61".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.4.60".freeze
VERSION = "6.4.61".freeze
end