summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-06 22:42:21 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-06 22:42:21 +0000
commitd6f1edb35a2e2a0200b8676cdb7111fc41bda3bb (patch)
tree6b49e84490a92abe0def1666074ce6ee3ff1f86a /lib
parent5c86a66a258c1f75b68338d4542ed723840cfa90 (diff)
downloadmixlib-shellout-d6f1edb35a2e2a0200b8676cdb7111fc41bda3bb.tar.gz
Bump version to 3.0.3 by Chef Expeditorv3.0.3
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 2204ac3..d105b77 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.2".freeze
+ VERSION = "3.0.3".freeze
end
end