diff options
author | Thom May <thom@chef.io> | 2015-12-02 10:46:57 +0000 |
---|---|---|
committer | Thom May <thom@may.lt> | 2015-12-02 10:51:18 +0000 |
commit | 57a98266a0fe873ca290d1b8302d1ec1683eefee (patch) | |
tree | ed4589e37e5facdd55915f2a9b53387126b5d8a0 /lib/mixlib/shellout | |
parent | 7f64c09576f5d1a9f4777fcf12fc864051f7d8aa (diff) | |
download | mixlib-shellout-57a98266a0fe873ca290d1b8302d1ec1683eefee.tar.gz |
bump to 2.2.4
Diffstat (limited to 'lib/mixlib/shellout')
-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 91f1f40..d6e17ff 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.2.3" + VERSION = "2.2.4" end end |