mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 4.24.23 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
25401a238c
commit
3ec394c548
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.24.22 -->
|
||||
## [v4.24.22](https://github.com/inspec/inspec/tree/v4.24.22) (2020-12-21)
|
||||
<!-- latest_release 4.24.23 -->
|
||||
## [v4.24.23](https://github.com/inspec/inspec/tree/v4.24.23) (2020-12-21)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Loosen RSpec pin to ~> 3.10 [#5342](https://github.com/inspec/inspec/pull/5342) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Bump chefstyle to 1.5.7 [#5358](https://github.com/inspec/inspec/pull/5358) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.24.8 -->
|
||||
### Changes since 4.24.8 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump chefstyle to 1.5.7 [#5358](https://github.com/inspec/inspec/pull/5358) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.23 -->
|
||||
- Loosen RSpec pin to ~> 3.10 [#5342](https://github.com/inspec/inspec/pull/5342) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.22 -->
|
||||
- Re-Enable Omnibus Builds on MacOS 10.13 [#5363](https://github.com/inspec/inspec/pull/5363) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.21 -->
|
||||
- Require ruby 2.5+ / allow ruby 3 [#5357](https://github.com/inspec/inspec/pull/5357) ([tas50](https://github.com/tas50)) <!-- 4.24.20 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.24.22
|
||||
4.24.23
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.24.22".freeze
|
||||
VERSION = "4.24.23".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.24.22".freeze
|
||||
VERSION = "4.24.23".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue