From b4444c0cefc2addb5b0c993430dbda8834e73520 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 6 Jun 2019 18:33:45 +0000 Subject: [PATCH] Bump version to 4.4.74 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 0a6c6bc76..d5a0ab35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.4.73](https://github.com/inspec/inspec/tree/v4.4.73) (2019-06-06) + +## [v4.4.74](https://github.com/inspec/inspec/tree/v4.4.74) (2019-06-06) #### Merged Pull Requests -- Fixed up interactions between minitest & simplecov. [#4188](https://github.com/inspec/inspec/pull/4188) ([zenspider](https://github.com/zenspider)) +- Add maintainer branches to travis [#4184](https://github.com/inspec/inspec/pull/4184) ([zenspider](https://github.com/zenspider)) @@ -23,6 +23,7 @@ - Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Merged Pull Requests +- Add maintainer branches to travis [#4184](https://github.com/inspec/inspec/pull/4184) ([zenspider](https://github.com/zenspider)) - Fixed up interactions between minitest & simplecov. [#4188](https://github.com/inspec/inspec/pull/4188) ([zenspider](https://github.com/zenspider)) - Changed version check network timeout from 1 to 3 seconds. [#4132](https://github.com/inspec/inspec/pull/4132) ([zenspider](https://github.com/zenspider)) - Fixing docs so Warning note appears [#4183](https://github.com/inspec/inspec/pull/4183) ([mjingle](https://github.com/mjingle)) diff --git a/VERSION b/VERSION index af03848c1..cf81ceec9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.73 \ No newline at end of file +4.4.74 \ 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 b74a93f23..e7f5ad4eb 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.4.73'.freeze + VERSION = '4.4.74'.freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 5f629c476..552d0a818 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = '4.4.73'.freeze + VERSION = '4.4.74'.freeze end