summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 03:44:44 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 03:44:44 +0000
commit0f81a9d85f44dde0e0ce5a71f5fed2e49fa9a48c (patch)
tree4ef9885e66f056d067e54b89c0c80d0925a70877 /lib
parent8db3037f76c4095e27427dba2020effeb4cbffcd (diff)
downloadmixlib-shellout-0f81a9d85f44dde0e0ce5a71f5fed2e49fa9a48c.tar.gz
Bump version to 3.1.6 by Chef Expeditorv3.1.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 dfd7e9b..28bc53c 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.5".freeze
+ VERSION = "3.1.6".freeze
end
end