From d9d131bdcb85458a25882d0cc65de51e5b193a75 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 30 Dec 2019 02:39:21 +0000 Subject: Bump version to 3.0.8 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- lib/mixlib/shellout/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 5fa0da0..47d5497 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.0.7".freeze + VERSION = "3.0.8".freeze end end -- cgit v1.2.1