summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-06 23:26:12 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-06 23:26:12 +0000
commit6a1c90b4614aed30803697589cacda24fa9b0717 (patch)
tree024254ca3a0372bb076cbcdbcd63c2225ba70022 /lib
parent20f9b8a87f65737c9b5acf3e9b32b539de78a7a2 (diff)
downloadmixlib-shellout-6a1c90b4614aed30803697589cacda24fa9b0717.tar.gz
Bump version to 3.0.4 by Chef Expeditorv3.0.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 d105b77..2f9f7d4 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.3".freeze
+ VERSION = "3.0.4".freeze
end
end