Bump version to 4.18.88 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-02-11 02:57:42 +00:00
parent d2e1c3a463
commit 2c7336ad32
4 changed files with 10 additions and 7 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.87 -->
## [v4.18.87](https://github.com/inspec/inspec/tree/v4.18.87) (2020-02-11)
<!-- latest_release 4.18.88 -->
## [v4.18.88](https://github.com/inspec/inspec/tree/v4.18.88) (2020-02-11)
#### Merged Pull Requests
- Jh/schema improvements [#4865](https://github.com/inspec/inspec/pull/4865) ([miah](https://github.com/miah))
#### Bug Fixes
- Fix artifact-habitat testing for inspec. [#4905](https://github.com/inspec/inspec/pull/4905) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.18.85 -->
### Changes since 4.18.85 release
#### Bug Fixes
- Fix artifact-habitat testing for inspec. [#4905](https://github.com/inspec/inspec/pull/4905) ([zenspider](https://github.com/zenspider)) <!-- 4.18.88 -->
#### Merged Pull Requests
- Jh/schema improvements [#4865](https://github.com/inspec/inspec/pull/4865) ([miah](https://github.com/miah)) <!-- 4.18.87 -->

View file

@ -1 +1 @@
4.18.87
4.18.88

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.18.87".freeze
VERSION = "4.18.88".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.87".freeze
VERSION = "4.18.88".freeze
end