summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-16 19:04:53 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-16 19:04:53 +0000
commit6a2881a025bce21ed795eeeb53ba0a4fc7685349 (patch)
treed9cd8e3a52365f6f4c905f3e14686a7fb0929afa /lib
parent4db2441a1ed084b3fd8a3b55091b1b53a4111383 (diff)
downloadmixlib-shellout-6a2881a025bce21ed795eeeb53ba0a4fc7685349.tar.gz
Bump version to 3.0.13 by Chef Expeditorv3.0.13
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 c99addb..c55b873 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.12".freeze
+ VERSION = "3.0.13".freeze
end
end