summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-25 06:35:47 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-25 06:35:47 +0000
commit4c29ca61656c1698b944fa57453569bd2b885821 (patch)
treeedb352c09d31a5e9f5dc7b962e8b6d95174b61c9 /lib
parent0af9dde31dcc518a4af4af66cb3ae14e1a3c6bd7 (diff)
downloadmixlib-cli-4c29ca61656c1698b944fa57453569bd2b885821.tar.gz
Bump version to 2.1.2 by Chef Expeditor2.1.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/mixlib/cli/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index a863db2..7b01bba 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.1".freeze
+ VERSION = "2.1.2".freeze
end
end