summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-19 21:27:52 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-19 21:27:52 +0000
commit40dc892bf8399149ff88b31a4dd2d4e632789f13 (patch)
tree9e4d08169c12dffa95d408c7e18d1da24a7b77ce /lib
parent505bd0d47088ef16bc5b444da812f8c964b01f56 (diff)
downloadmixlib-shellout-40dc892bf8399149ff88b31a4dd2d4e632789f13.tar.gz
Bump version to 3.0.1 by Chef Expeditorv3.0.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 21b5e5e..8787911 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.0".freeze
+ VERSION = "3.0.1".freeze
end
end