diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-12 05:11:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-12 05:11:25 +0000 |
commit | 0e3e2cbe668addc14883b0c53b022b5bd59fe627 (patch) | |
tree | 7b118c3e372dbb9445405d3af3321400549c0220 /lib/mixlib/shellout/version.rb | |
parent | cf492203183a30c82bb119778580dd271fb122fc (diff) | |
download | mixlib-shellout-master.tar.gz |
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib/shellout/version.rb')
-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 98842a0..a772b57 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.1.4".freeze + VERSION = "3.2.0".freeze end end |