summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 02:39:21 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 02:39:21 +0000
commitd9d131bdcb85458a25882d0cc65de51e5b193a75 (patch)
treef44e85c1dc7524ebe11fe94f54ffc872d0bf92a6 /lib
parent25b6e3cc1001869d55c0bc02b7461971f7cad19e (diff)
downloadmixlib-shellout-d9d131bdcb85458a25882d0cc65de51e5b193a75.tar.gz
Bump version to 3.0.8 by Chef Expeditorv3.0.8
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 5fa0da0..47d5497 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.7".freeze
+ VERSION = "3.0.8".freeze
end
end