summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 20:23:39 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 20:23:39 +0000
commit1db58f0800b3e1266717b233f8bca072fce71d5c (patch)
treeb88f80857958f525438e3e89178935a45bfa1e8e /lib
parent6173a3b4180578186b61df337c995fe8f06ec9e9 (diff)
downloadmixlib-shellout-1db58f0800b3e1266717b233f8bca072fce71d5c.tar.gz
Bump version to 3.1.7 by Chef Expeditorv3.1.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 28bc53c..e792014 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.6".freeze
+ VERSION = "3.1.7".freeze
end
end