From 6d53817ecb6194b6e102794a23bb31b839a41b22 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 17 Jul 2020 23:18:37 +0000 Subject: Bump version to 3.1.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a0cd9f0..50e47c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.1.1 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index d2e22a9..3589263 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.1.0".freeze + VERSION = "3.1.1".freeze end end -- cgit v1.2.1