Bump version to 4.18.100 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-03-03 16:55:47 +00:00
parent 5f0638d3ed
commit 2f5f919ee1
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.100 -->
## [v4.18.100](https://github.com/inspec/inspec/tree/v4.18.100) (2020-03-03)
#### Merged Pull Requests
- Fix platform detection on hab [#4934](https://github.com/inspec/inspec/pull/4934) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Update rake deps for security issue [#4939](https://github.com/inspec/inspec/pull/4939) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
@ -11,6 +12,7 @@
### Changes since 4.18.97 release
#### Merged Pull Requests
- Fix platform detection on hab [#4934](https://github.com/inspec/inspec/pull/4934) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.100 -->
- Update rake deps for security issue [#4939](https://github.com/inspec/inspec/pull/4939) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.99 -->
- Explicitly require the compliance fetcher [#4938](https://github.com/inspec/inspec/pull/4938) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.99 -->

View file

@ -1 +1 @@
4.18.99
4.18.100

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.99".freeze
VERSION = "4.18.100".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.99".freeze
VERSION = "4.18.100".freeze
end