summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-29 18:12:54 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-29 18:12:54 +0000
commit6a8a84409815896e6e5ec8d11b0a20a3fc1210e1 (patch)
tree182dbdecda10cd42265421b832e61af6bfd19128 /lib
parente6ba6213333e128a84b337d05500789580277326 (diff)
downloadmixlib-shellout-6a8a84409815896e6e5ec8d11b0a20a3fc1210e1.tar.gz
Bump version to 3.2.6 by Chef Expeditorv3.2.6
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 8b94c00..8473281 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.5".freeze
+ VERSION = "3.2.6".freeze
end
end