summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 02:41:38 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 02:41:38 +0000
commit473acdb13de17c9d2138be56d55c175d2869387a (patch)
treebdf0598b58bdca56a25454d340bee80bc40c2999 /lib
parentd10751d427cf5a52c41dbcfbd2bd46552f8fee1d (diff)
downloadmixlib-shellout-473acdb13de17c9d2138be56d55c175d2869387a.tar.gz
Bump version to 3.0.9 by Chef Expeditorv3.0.9
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 47d5497..d46598d 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.8".freeze
+ VERSION = "3.0.9".freeze
end
end