From d46093a83156725f18c91422842661fc81c99eaf Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 23 Jul 2020 02:19:36 +0000 Subject: Bump version to 3.1.2 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 3589263..2cdd02e 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.1.1".freeze + VERSION = "3.1.2".freeze end end -- cgit v1.2.1