summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-04 19:39:19 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-04 19:39:19 +0000
commit83040368b1e9be66734a8ec3340701bff306a54e (patch)
treeb0f0a9b59e2e07696affaeba7b16b0a6adf2b26f /lib
parentfe76d3f25f20761da5719ffbf7545f07a22ba9bc (diff)
downloadmixlib-cli-83040368b1e9be66734a8ec3340701bff306a54e.tar.gz
Bump version to 2.0.2 by Chef Expeditorv2.0.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 c5eeac8..c81f286 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.1".freeze
+ VERSION = "2.0.2".freeze
end
end