summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-07 02:00:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-07 02:00:23 +0000
commit0644e6758358710fa719907c6b9f784281a15c61 (patch)
tree05e11dc55a06dc3b1499458ad92ecc19b8c42443 /lib
parent3dd253f860a78452e195e2f0937cf6a8b24f2117 (diff)
downloadmixlib-shellout-0644e6758358710fa719907c6b9f784281a15c61.tar.gz
Bump version to 3.0.5 by Chef Expeditor3.0.5
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 2f9f7d4..b0bc0b5 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.4".freeze
+ VERSION = "3.0.5".freeze
end
end