Bump version to 4.18.78 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-02-01 00:41:46 +00:00
parent cc1393bb9a
commit 01b9bacaa1
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.77 -->
## [v4.18.77](https://github.com/inspec/inspec/tree/v4.18.77) (2020-01-31)
<!-- latest_release 4.18.78 -->
## [v4.18.78](https://github.com/inspec/inspec/tree/v4.18.78) (2020-02-01)
#### Merged Pull Requests
- I _think_ this should fix omnibus. [#4880](https://github.com/inspec/inspec/pull/4880) ([zenspider](https://github.com/zenspider))
- make command.exist? POSIX conform [#4822](https://github.com/inspec/inspec/pull/4822) ([PiQuer](https://github.com/PiQuer))
<!-- latest_release -->
<!-- release_rollup since=4.18.51 -->
@ -22,6 +22,7 @@
- upstream is basic_auth_only not basic_auth [#4834](https://github.com/inspec/inspec/pull/4834) ([shawnifoley](https://github.com/shawnifoley)) <!-- 4.18.60 -->
#### Merged Pull Requests
- make command.exist? POSIX conform [#4822](https://github.com/inspec/inspec/pull/4822) ([PiQuer](https://github.com/PiQuer)) <!-- 4.18.78 -->
- I _think_ this should fix omnibus. [#4880](https://github.com/inspec/inspec/pull/4880) ([zenspider](https://github.com/zenspider)) <!-- 4.18.77 -->
- I *think* this will fix habitat. [#4877](https://github.com/inspec/inspec/pull/4877) ([zenspider](https://github.com/zenspider)) <!-- 4.18.76 -->
- the correct, un-panicked fix. [#4872](https://github.com/inspec/inspec/pull/4872) ([zenspider](https://github.com/zenspider)) <!-- 4.18.74 -->

View file

@ -1 +1 @@
4.18.77
4.18.78

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.77".freeze
VERSION = "4.18.78".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.77".freeze
VERSION = "4.18.78".freeze
end