Bump version to 4.18.110 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-05-04 16:01:32 +00:00
parent b22e97de5c
commit 3616ac21dc
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.109 -->
## [v4.18.109](https://github.com/inspec/inspec/tree/v4.18.109) (2020-05-01)
<!-- latest_release 4.18.110 -->
## [v4.18.110](https://github.com/inspec/inspec/tree/v4.18.110) (2020-05-04)
#### Bug Fixes
- Fix for warning when input is provided [#4995](https://github.com/inspec/inspec/pull/4995) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Merged Pull Requests
- Updating automate reporter example config to valid json [#5010](https://github.com/inspec/inspec/pull/5010) ([devopsdina](https://github.com/devopsdina))
<!-- latest_release -->
<!-- release_rollup since=4.18.108 -->
### Changes since 4.18.108 release
#### Merged Pull Requests
- Updating automate reporter example config to valid json [#5010](https://github.com/inspec/inspec/pull/5010) ([devopsdina](https://github.com/devopsdina)) <!-- 4.18.110 -->
#### Bug Fixes
- Fix for warning when input is provided [#4995](https://github.com/inspec/inspec/pull/4995) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.109 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.18.109
4.18.110

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.109".freeze
VERSION = "4.18.110".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.109".freeze
VERSION = "4.18.110".freeze
end