summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 22:24:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 22:24:31 +0000
commit50ae416a3859691a21718a12a29129dae3d6099a (patch)
tree8ee4ebc4725ee8e9397befa80f5a2f627615fbd3 /lib
parente2a43f613ff1830175716acd541cf3bc921183d6 (diff)
downloadmixlib-shellout-50ae416a3859691a21718a12a29129dae3d6099a.tar.gz
Bump version to 3.1.5 by Chef Expeditorv3.1.5
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 98842a0..dfd7e9b 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.4".freeze
+ VERSION = "3.1.5".freeze
end
end