summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-12 04:20:48 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-12 04:20:48 +0000
commit43f7315c76fc5ed626185c648c7f5f454a25952a (patch)
treebe72681ec861af91c22fee730f0dc2efac97d5ac /lib
parent90a54f769ce1fbfa4728a76bdf750d35e900f1fd (diff)
downloadmixlib-shellout-43f7315c76fc5ed626185c648c7f5f454a25952a.tar.gz
Bump version to 2.4.4 by Chef Expeditorv2.4.4
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 7e61fcd..06439e2 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "2.4.3".freeze
+ VERSION = "2.4.4".freeze
end
end