summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-07 17:47:38 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-07 17:47:38 +0000
commit8f1ee60d7606bf17ce6ab9a085aa1ee71408881d (patch)
tree7096bd1d38b19fd77c080dd5ed30fc093f646839 /lib
parent5c87f7b439917616b1b9a546ad7a3d74be0bb517 (diff)
downloadmixlib-shellout-8f1ee60d7606bf17ce6ab9a085aa1ee71408881d.tar.gz
Bump version to 2.4.3 by Chef Expeditorv2.4.3
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 3fa1152..7e61fcd 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.4.2".freeze
+ VERSION = "2.4.3".freeze
end
end