summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-12 06:38:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-12 06:38:17 +0000
commit572618fb625a85444c26ee51883bce0febe82587 (patch)
tree7ea3d37790e3201cacd68345f0612206ae72ef31 /lib
parentcd26aebfb491b8d429f6206567649613b0befd2f (diff)
downloadmixlib-shellout-572618fb625a85444c26ee51883bce0febe82587.tar.gz
Bump version to 3.2.4 by Chef Expeditorv3.2.4
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 b61af40..c8b34ba 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.2.3".freeze
+ VERSION = "3.2.4".freeze
end
end