summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-30 23:12:40 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-30 23:12:40 +0000
commit72b5893421f296795a90fd0d58adf3f7834c9833 (patch)
treeeb96b165f1822796a673abb0dff7885024a18375 /lib
parentabfa1aafd1fed2b7c7af8f838339bcb29b1b852e (diff)
downloadmixlib-shellout-72b5893421f296795a90fd0d58adf3f7834c9833.tar.gz
Bump version to 3.0.7 by Chef Expeditor3.0.7
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 ac342f1..5fa0da0 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.6".freeze
+ VERSION = "3.0.7".freeze
end
end