summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-13 15:50:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-13 15:50:23 +0000
commit28a4fdf0d7ec0ff35858aa9146a8a3a699feefd6 (patch)
tree6320e0b2724000be09f66f8545d2a9e865d0fc25 /lib
parent10bbf3d9f8aa52948eda309d0348994d6f529f18 (diff)
downloadmixlib-shellout-28a4fdf0d7ec0ff35858aa9146a8a3a699feefd6.tar.gz
Bump version to 3.1.4 by Chef Expeditorv3.1.4
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 86ca81c..98842a0 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.3".freeze
+ VERSION = "3.1.4".freeze
end
end