From 01b9bacaa12c161ddfdee9d1c60f4f29415d5834 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 1 Feb 2020 00:41:46 +0000 Subject: [PATCH] Bump version to 4.18.78 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 228f2a9b7..fe749088b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.18.77](https://github.com/inspec/inspec/tree/v4.18.77) (2020-01-31) + +## [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)) @@ -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)) #### Merged Pull Requests +- make command.exist? POSIX conform [#4822](https://github.com/inspec/inspec/pull/4822) ([PiQuer](https://github.com/PiQuer)) - I _think_ this should fix omnibus. [#4880](https://github.com/inspec/inspec/pull/4880) ([zenspider](https://github.com/zenspider)) - I *think* this will fix habitat. [#4877](https://github.com/inspec/inspec/pull/4877) ([zenspider](https://github.com/zenspider)) - the correct, un-panicked fix. [#4872](https://github.com/inspec/inspec/pull/4872) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index 995fc5d48..c1ec90540 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.77 \ No newline at end of file +4.18.78 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 2db3cbb7a..21dc04cfe 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -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 diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f3a0b9be4..aeea3fe54 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.77".freeze + VERSION = "4.18.78".freeze end