Bump version to 4.18.43 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-12-02 21:27:22 +00:00
parent 7a837e16d1
commit b133a48487
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.42 -->
## [v4.18.42](https://github.com/inspec/inspec/tree/v4.18.42) (2019-12-02)
<!-- latest_release 4.18.43 -->
## [v4.18.43](https://github.com/inspec/inspec/tree/v4.18.43) (2019-12-02)
#### Merged Pull Requests
- Suppress output from rubygems installs. [#4743](https://github.com/inspec/inspec/pull/4743) ([zenspider](https://github.com/zenspider))
- Enable Codeclimate Test Coverage [#4745](https://github.com/inspec/inspec/pull/4745) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=4.18.39 -->
### Changes since 4.18.39 release
#### Merged Pull Requests
- Enable Codeclimate Test Coverage [#4745](https://github.com/inspec/inspec/pull/4745) ([miah](https://github.com/miah)) <!-- 4.18.43 -->
- Suppress output from rubygems installs. [#4743](https://github.com/inspec/inspec/pull/4743) ([zenspider](https://github.com/zenspider)) <!-- 4.18.42 -->
- Fix ruby 2.7 warnings/errors [#4739](https://github.com/inspec/inspec/pull/4739) ([zenspider](https://github.com/zenspider)) <!-- 4.18.41 -->
- Move lib/fetchers to lib/inspec/fetchers and re-namspace [#4734](https://github.com/inspec/inspec/pull/4734) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.40 -->

View file

@ -1 +1 @@
4.18.42
4.18.43

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.42".freeze
VERSION = "4.18.43".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.42".freeze
VERSION = "4.18.43".freeze
end