summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-23 02:19:36 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-23 02:19:36 +0000
commitd46093a83156725f18c91422842661fc81c99eaf (patch)
tree243386c3786fb0951121b709bd88eea8b820a2be /lib
parent07f90183ca9d5130343e3cdbac760b67424180ce (diff)
downloadmixlib-shellout-d46093a83156725f18c91422842661fc81c99eaf.tar.gz
Bump version to 3.1.2 by Chef Expeditorv3.1.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 3589263..2cdd02e 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "3.1.1".freeze
+ VERSION = "3.1.2".freeze
end
end