summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-17 00:05:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-17 00:05:55 +0000
commitacaa3c3476e75ed843b86bae531284c886ccf173 (patch)
tree985112bb4fd354238305a9f9cac2cfe3badb69d8 /lib
parent55e1abd07dfd05b8d26045046d3cf384bf7b9694 (diff)
downloadmixlib-shellout-acaa3c3476e75ed843b86bae531284c886ccf173.tar.gz
Bump version to 3.1.0 by Chef Expeditorv3.1.0
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 94d36ba..d2e22a9 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.0.16".freeze
+ VERSION = "3.1.0".freeze
end
end