From 23b40887b42b2b6fa4e626c2141831fafb7cdbfe Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 8 Nov 2018 18:09:57 +0000 Subject: [PATCH] Bump version to 3.0.39 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 0db015fcd..20063770a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log - -## [v3.0.38](https://github.com/inspec/inspec/tree/v3.0.38) (2018-11-08) + +## [v3.0.39](https://github.com/inspec/inspec/tree/v3.0.39) (2018-11-08) #### Enhancements - Allow add_test to accept negation [#3586](https://github.com/inspec/inspec/pull/3586) ([rachelrice](https://github.com/rachelrice)) diff --git a/VERSION b/VERSION index f47ccb698..21c498934 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.38 \ No newline at end of file +3.0.39 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 97d22163d..bfe974873 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.0.38' + VERSION = '3.0.39' end