summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-08 22:32:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-08 22:32:21 +0000
commit9b2ee29d50a44f309de456765f6fc76d398e7897 (patch)
treee38345e9778151fb9b83f44f9445dd238a2c5af4 /lib
parent15b8e2c9b5a24f7b8cd1dc2b9a3042da5b549136 (diff)
downloadmixlib-shellout-9b2ee29d50a44f309de456765f6fc76d398e7897.tar.gz
Bump version to 3.0.10 by Chef Expeditorv3.0.10
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 d46598d..bad6dad 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.9".freeze
+ VERSION = "3.0.10".freeze
end
end