From 36eb4459c1a34a33aedf53714d0ea05b7915f6a7 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 26 Feb 2019 19:37:21 +0000 Subject: [PATCH] Bump version to 4.0.1.pre by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- VERSION | 2 +- lib/inspec/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0c89fc927..1454f6ed4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 \ No newline at end of file +4.0.1 diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 440029f6b..02533a9c1 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = '4.0.0' + VERSION = '4.0.1' end