summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-23 15:57:48 -0700
committerTim Smith <tsmith@chef.io>2018-07-23 15:57:48 -0700
commit786d80660258b1ad4042204fc5687d1e215d8efe (patch)
tree41a9e20a87c436b27c2f135eb0341944da30663a /lib
parent85464944a58d1579ec27778351329fc6b6357b60 (diff)
downloadmixlib-shellout-786d80660258b1ad4042204fc5687d1e215d8efe.tar.gz
Release 2.4.0new_ruby
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r--lib/mixlib/shellout/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index d2f2262..e31bbc9 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.3.2".freeze
+ VERSION = "2.4.0".freeze
end
end