diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-22 14:35:28 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-22 14:35:28 -0700 |
commit | 2ff0466762a73f9dd8fa4c92bf5a2e35065f4bad (patch) | |
tree | 7f323b598cff1292e38773a8872683fd5ad6a34f | |
parent | 22863b3870eb177f7cd894b52bbcd9158d996a8b (diff) | |
download | mixlib-shellout-2ff0466762a73f9dd8fa4c92bf5a2e35065f4bad.tar.gz |
bumping 2.2.7 for relase2.2.7
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 8112244..e59d531 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.2.6" + VERSION = "2.2.7" end end |