summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-01 06:59:51 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-01 06:59:51 +0000
commitc5280c1975e949d55d70f55c48afff4ec40d285b (patch)
tree740f2912b957b76dca3100d1f8ba56c9e173fcb8 /lib
parent8a7c56bc87cb00edf0f313a2878e920662dbacfc (diff)
downloadmixlib-shellout-c5280c1975e949d55d70f55c48afff4ec40d285b.tar.gz
Bump version to 3.0.2 by Chef Expeditorv3.0.2
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 8787911..2204ac3 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.1".freeze
+ VERSION = "3.0.2".freeze
end
end