From f9e530dc677b5c283ca5626563106ec7491c5bec Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 1 Nov 2018 21:04:56 +0000 Subject: [PATCH] Bump version to 3.0.23 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 a80a3c679..8e46b9420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log - -## [v3.0.22](https://github.com/inspec/inspec/tree/v3.0.22) (2018-11-01) + +## [v3.0.23](https://github.com/inspec/inspec/tree/v3.0.23) (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 812aaafe6..1290e203c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.22 \ No newline at end of file +3.0.23 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 8f31c1894..a69b17156 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.22' + VERSION = '3.0.23' end