From 48b0e6a6678999663752d0c58dd5a2f636c3805b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 14 Sep 2017 19:16:35 +0000 Subject: [PATCH] Bump version to 1.37.7 by Chef Expeditor --- VERSION | 2 +- lib/inspec/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index acfee8673..be6672f59 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.37.6 \ No newline at end of file +1.37.7 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 801f40aa0..d55eae139 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.37.6'.freeze + VERSION = '1.37.7'.freeze end