summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-06 22:53:04 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-06 22:53:04 +0000
commit4835bdfcd1b2666ad4606856904170e1efd6d892 (patch)
treeb6dd9bae144fb92e86076fbbfe5980ce4b3ea993 /lib
parent497eea0f857d6f32e6f97c94c342d297235f0613 (diff)
downloadmixlib-shellout-4835bdfcd1b2666ad4606856904170e1efd6d892.tar.gz
Bump version to 2.4.1 by Chef Expeditorv2.4.1
Obvious fix; these changes are the result of automation not creative thinking.
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 e31bbc9..2d0a55f 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.4.0".freeze
+ VERSION = "2.4.1".freeze
end
end