summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-23 16:24:18 -0700
committerGitHub <noreply@github.com>2018-07-23 16:24:18 -0700
commit3e3b4c2ac13f3d59dd26042028dfdf1596a26939 (patch)
treecddd508c2bd5c138577ed43b7a9d3df3a266fcea /lib
parentb9217ceea5dce3d99a2dc6a9f79e706f16ee88c1 (diff)
parent786d80660258b1ad4042204fc5687d1e215d8efe (diff)
downloadmixlib-shellout-3e3b4c2ac13f3d59dd26042028dfdf1596a26939.tar.gz
Merge pull request #164 from chef/new_rubyv2.4.0
Release 2.4.0
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