summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-14 02:55:47 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-14 02:55:47 +0000
commitd6d1ed86a86de4434552af0813fd6543d15f0f0b (patch)
tree8cdfaab551b3282111640d149d526a3a8069b1e3 /lib
parente4e22454f74f30cd748eeedef0c2310f04cf92d2 (diff)
downloadmixlib-cli-d6d1ed86a86de4434552af0813fd6543d15f0f0b.tar.gz
Bump version to 2.0.6 by Chef Expeditorv2.0.6
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 df345fb..d70dc3f 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.5".freeze
+ VERSION = "2.0.6".freeze
end
end