summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-16 19:10:44 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-16 19:10:44 +0000
commite13d599fbc7486e8a1c6c757c575f3a9a28ae600 (patch)
tree6a1338109ce85f7a2783dfc817e3c03f855050f5 /lib
parent6eaf874488946809c90ac0c3e6d03af46a96fbba (diff)
downloadmixlib-shellout-e13d599fbc7486e8a1c6c757c575f3a9a28ae600.tar.gz
Bump version to 3.0.14 by Chef Expeditorv3.0.14
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 c55b873..be5837c 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.13".freeze
+ VERSION = "3.0.14".freeze
end
end