diff options
author | Bryan McLellan <btm@loftninjas.org> | 2017-07-21 17:07:25 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-07-21 17:07:25 -0400 |
commit | e4ba49a92d2c0fc1d9fb8dc79660158e1941b76b (patch) | |
tree | 469d860f4cadf5fcbf0688f9da0357f4c602285b /lib/mixlib | |
parent | df4b3bd39c0365bfa53265ffa1c067645f5fbe02 (diff) | |
download | mixlib-shellout-e4ba49a92d2c0fc1d9fb8dc79660158e1941b76b.tar.gz |
Release 2.3.2v2.3.2
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
Diffstat (limited to 'lib/mixlib')
-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 0d7d0fb..3b473fe 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.3.1" + VERSION = "2.3.2" end end |