Bump version to 6.4.46 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-08-17 17:20:53 +00:00
parent 1b317e6433
commit 3c5293d836
4 changed files with 10 additions and 5 deletions

View file

@ -1,12 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 6.4.45 -->
<!-- latest_release 6.4.46 -->
## [v6.4.46](https://github.com/inspec/inspec/tree/v6.4.46) (2023-08-17)
#### Merged Pull Requests
- CHEF-5751 Test CI pipelines on main after inspec-6 merge [#6608](https://github.com/inspec/inspec/pull/6608) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
## [v6.4.45](https://github.com/inspec/inspec/tree/v6.4.45) (2023-08-17)
#### Merged Pull Requests
- Make InSpec 6 the main branch [#6601](https://github.com/inspec/inspec/pull/6601) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
## [v6.4.45](https://github.com/inspec/inspec/tree/v6.4.45) (2023-08-17)

View file

@ -1 +1 @@
6.4.45
6.4.46

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.45".freeze
VERSION = "6.4.46".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "6.4.45".freeze
VERSION = "6.4.46".freeze
end