diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-21 03:00:42 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-21 03:00:42 +0000 |
commit | d1f6bb7b2767fc4b6fc26fd786b54c1d48f0f023 (patch) | |
tree | df8bb2f66e5158ac8f3532502871f693b9359065 /lib | |
parent | 963f528e1366626f7fcbfdc4ffc752ae0f69d627 (diff) | |
download | mixlib-shellout-d1f6bb7b2767fc4b6fc26fd786b54c1d48f0f023.tar.gz |
Bump version to 3.0.11 by Chef Expeditorv3.0.11
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index bad6dad..7481448 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.0.10".freeze + VERSION = "3.0.11".freeze end end |