diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-06 23:02:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-06 23:02:44 +0000 |
commit | 37f7fb9549d36319ff8117dae1513e0f79926367 (patch) | |
tree | bcdcea16179ee849e549fad2ffa0c71e6559940a /lib | |
parent | 871e66b290dc41a0f4da3ac2b948a9c8f564048f (diff) | |
download | mixlib-shellout-37f7fb9549d36319ff8117dae1513e0f79926367.tar.gz |
Bump version to 2.4.2 by Chef Expeditorv2.4.2
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 2d0a55f..3fa1152 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.4.1".freeze + VERSION = "2.4.2".freeze end end |