summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-16 19:51:50 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-16 19:51:50 +0000
commita26ff432241056435e011c711df02c402fbe0118 (patch)
tree8e4946b3417da87934c7517e57b7753e3bba3e61 /lib
parent6afdea818aaf5d051871834fcc7941bb4fd674a9 (diff)
downloadmixlib-shellout-a26ff432241056435e011c711df02c402fbe0118.tar.gz
Bump version to 3.2.2 by Chef Expeditorv3.2.2
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 f2e0c4f..af40c47 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.1".freeze
+ VERSION = "3.2.2".freeze
end
end