summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-30 22:15:57 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-30 22:15:57 +0000
commit9b16d5300021893ad5c3a02f1a9f4f17884bcc2d (patch)
treee8bb424df861e818af2cfc32609beee620002048 /lib
parent85bd27b7879dbe351f1a17542a13f1987b61718c (diff)
downloadmixlib-shellout-9b16d5300021893ad5c3a02f1a9f4f17884bcc2d.tar.gz
Bump version to 3.0.6 by Chef Expeditor3.0.6
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 b0bc0b5..ac342f1 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.5".freeze
+ VERSION = "3.0.6".freeze
end
end