summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-16 21:39:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-16 21:39:12 +0000
commit591bc724e160afe7d08bbfa0d19375d4873141bb (patch)
tree51b1b2c890747b9f525f0ba7b7d72f72de2884a6 /lib
parentbbfa02f33aa4f34e7c1070035de58dcc1d15723b (diff)
downloadmixlib-shellout-591bc724e160afe7d08bbfa0d19375d4873141bb.tar.gz
Bump version to 3.0.15 by Chef Expeditorv3.0.15
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 be5837c..116da96 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.14".freeze
+ VERSION = "3.0.15".freeze
end
end