Bump version to 4.18.5 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-10-17 22:19:39 +00:00
parent 348d23cf13
commit c7909b7dd7
4 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.18.5 -->
## [v4.18.5](https://github.com/inspec/inspec/tree/v4.18.5) (2019-10-17)
#### Merged Pull Requests
- Use a good profile with inspec check test [#4612](https://github.com/inspec/inspec/pull/4612) ([miah](https://github.com/miah))
- Dont trigger yet [#4611](https://github.com/inspec/inspec/pull/4611) ([miah](https://github.com/miah))
- Empty resources yml until I build it. [#4610](https://github.com/inspec/inspec/pull/4610) ([miah](https://github.com/miah))
<!-- latest_release -->
@ -12,6 +13,7 @@
### Changes since 4.18.0 release
#### Merged Pull Requests
- Use a good profile with inspec check test [#4612](https://github.com/inspec/inspec/pull/4612) ([miah](https://github.com/miah)) <!-- 4.18.5 -->
- Dont trigger yet [#4611](https://github.com/inspec/inspec/pull/4611) ([miah](https://github.com/miah)) <!-- 4.18.4 -->
- Empty resources yml until I build it. [#4610](https://github.com/inspec/inspec/pull/4610) ([miah](https://github.com/miah)) <!-- 4.18.4 -->
- Re-organize test-kitchen files. Add BK Pipeline [#4601](https://github.com/inspec/inspec/pull/4601) ([miah](https://github.com/miah)) <!-- 4.18.4 -->

View file

@ -1 +1 @@
4.18.4
4.18.5

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.4".freeze
VERSION = "4.18.5".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.4".freeze
VERSION = "4.18.5".freeze
end