summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-16 22:14:39 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-16 22:14:39 +0000
commit37659f804c51a5f4385bcbcb33d7e31b3b5508a2 (patch)
tree2775dd4915268cceb528cb76a33006d421df5e07 /lib
parentc62d17eceedfd5792f50b147dc562365e1b94028 (diff)
downloadmixlib-shellout-37659f804c51a5f4385bcbcb33d7e31b3b5508a2.tar.gz
Bump version to 3.0.16 by Chef Expeditorv3.0.16
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 116da96..94d36ba 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.15".freeze
+ VERSION = "3.0.16".freeze
end
end