Bump version to 4.7.23 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-07-23 18:47:27 +00:00
parent bd79e9c895
commit b27465b027
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.7.22 -->
## [v4.7.22](https://github.com/inspec/inspec/tree/v4.7.22) (2019-07-23)
<!-- latest_release 4.7.23 -->
## [v4.7.23](https://github.com/inspec/inspec/tree/v4.7.23) (2019-07-23)
#### Merged Pull Requests
- Add windows to verify pipeline [#4325](https://github.com/inspec/inspec/pull/4325) ([miah](https://github.com/miah))
- Fix exceptions when resources are used with incompatible transports [#4316](https://github.com/inspec/inspec/pull/4316) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.7.18 -->
@ -14,6 +14,7 @@
- Suppress gem docs when installing plugins [#4286](https://github.com/inspec/inspec/pull/4286) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.7.20 -->
#### Merged Pull Requests
- Fix exceptions when resources are used with incompatible transports [#4316](https://github.com/inspec/inspec/pull/4316) ([zenspider](https://github.com/zenspider)) <!-- 4.7.23 -->
- Add windows to verify pipeline [#4325](https://github.com/inspec/inspec/pull/4325) ([miah](https://github.com/miah)) <!-- 4.7.22 -->
- add resource sys_info.manufacturer and sys_info.model [#4230](https://github.com/inspec/inspec/pull/4230) ([yeoldegrove](https://github.com/yeoldegrove)) <!-- 4.7.21 -->
- Un-deprecate the be_running matcher on service resource [#4295](https://github.com/inspec/inspec/pull/4295) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.7.19 -->

View file

@ -1 +1 @@
4.7.22
4.7.23

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.7.22".freeze
VERSION = "4.7.23".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.7.22".freeze
VERSION = "4.7.23".freeze
end