summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-04 22:43:54 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-04 22:43:54 +0000
commitca1f88cf1d6a1d56a1b89c79c3fca507db7b4b0f (patch)
tree4c72d5b96aad406fccb4f23baff250cde71292a0 /lib
parent28cf72ff166582eb1994bd69e2ada102786db822 (diff)
downloadmixlib-shellout-ca1f88cf1d6a1d56a1b89c79c3fca507db7b4b0f.tar.gz
Bump version to 3.2.7 by Chef Expeditorv3.2.7
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/mixlib/shellout/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 8473281..aa03b18 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.6".freeze
+ VERSION = "3.2.7".freeze
end
end