Bump version to 4.18.47 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-12-05 19:23:34 +00:00
parent 7d2733df23
commit b9f8d1ea59
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.46 -->
## [v4.18.46](https://github.com/inspec/inspec/tree/v4.18.46) (2019-12-04)
<!-- latest_release 4.18.47 -->
## [v4.18.47](https://github.com/inspec/inspec/tree/v4.18.47) (2019-12-05)
#### Merged Pull Requests
- Hook up logger to inspec detect. [#4760](https://github.com/inspec/inspec/pull/4760) ([zenspider](https://github.com/zenspider))
- Make fetchers fail consistently [#4736](https://github.com/inspec/inspec/pull/4736) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.18.39 -->
### Changes since 4.18.39 release
#### Merged Pull Requests
- Make fetchers fail consistently [#4736](https://github.com/inspec/inspec/pull/4736) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.47 -->
- Hook up logger to inspec detect. [#4760](https://github.com/inspec/inspec/pull/4760) ([zenspider](https://github.com/zenspider)) <!-- 4.18.46 -->
- Bump windows deadline AGAIN. [#4759](https://github.com/inspec/inspec/pull/4759) ([zenspider](https://github.com/zenspider)) <!-- 4.18.45 -->
- Removes broken search button and icon [#4753](https://github.com/inspec/inspec/pull/4753) ([kagarmoe](https://github.com/kagarmoe)) <!-- 4.18.44 -->

View file

@ -1 +1 @@
4.18.46
4.18.47

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.46".freeze
VERSION = "4.18.47".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.46".freeze
VERSION = "4.18.47".freeze
end