mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
1b317e6433
commit
3c5293d836
4 changed files with 10 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.4.45
|
||||
6.4.46
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.4.45".freeze
|
||||
VERSION = "6.4.46".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue