From d51168ab97f2e974affeec65e30daa8210f661e6 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 1 Nov 2018 20:50:46 +0000 Subject: [PATCH] Bump version to 3.0.20 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 4 ++-- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79128a056..23ad747ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log - -## [v3.0.19](https://github.com/inspec/inspec/tree/v3.0.19) (2018-11-01) + +## [v3.0.20](https://github.com/inspec/inspec/tree/v3.0.20) (2018-11-01) #### Bug Fixes - Change usage of `Dir.home` to `Inspec.config_dir` [#3567](https://github.com/inspec/inspec/pull/3567) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index 4ffb4e193..87e5fea55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.19 \ No newline at end of file +3.0.20 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 1b669ef1a..5436fd3f2 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.19' + VERSION = '3.0.20' end