summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-17 23:18:37 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-17 23:18:37 +0000
commit6d53817ecb6194b6e102794a23bb31b839a41b22 (patch)
tree490ea14b21d7a4f01ef1febed391348c9cc1d520 /lib
parentc9c87c5b08ba12c978098dd79ac39a074536eea6 (diff)
downloadmixlib-shellout-6d53817ecb6194b6e102794a23bb31b839a41b22.tar.gz
Bump version to 3.1.1 by Chef Expeditorv3.1.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 d2e22a9..3589263 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.0".freeze
+ VERSION = "3.1.1".freeze
end
end