Bump version to 4.18.38 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-11-13 23:51:04 +00:00
parent ea3dac80fd
commit b9a55682dc
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.37 -->
## [v4.18.37](https://github.com/inspec/inspec/tree/v4.18.37) (2019-11-13)
<!-- latest_release 4.18.38 -->
## [v4.18.38](https://github.com/inspec/inspec/tree/v4.18.38) (2019-11-13)
#### Merged Pull Requests
- Fixes parsing of apt config files with arch specifier. [#4707](https://github.com/inspec/inspec/pull/4707) ([zenspider](https://github.com/zenspider))
- Dropping chef-core from dependencies. [#4722](https://github.com/inspec/inspec/pull/4722) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.18.24 -->
@ -18,6 +18,7 @@
- Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.18.27 -->
#### Merged Pull Requests
- Dropping chef-core from dependencies. [#4722](https://github.com/inspec/inspec/pull/4722) ([zenspider](https://github.com/zenspider)) <!-- 4.18.38 -->
- Fixes parsing of apt config files with arch specifier. [#4707](https://github.com/inspec/inspec/pull/4707) ([zenspider](https://github.com/zenspider)) <!-- 4.18.37 -->
- Correct filesystem resource docs for windows example [#4713](https://github.com/inspec/inspec/pull/4713) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.36 -->
- Fix windows testing [#4390](https://github.com/inspec/inspec/pull/4390) ([zenspider](https://github.com/zenspider)) <!-- 4.18.35 -->

View file

@ -1 +1 @@
4.18.37
4.18.38

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.37".freeze
VERSION = "4.18.38".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.37".freeze
VERSION = "4.18.38".freeze
end