summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-01 05:21:25 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-01 05:21:25 +0000
commitf6c74c373bb5770c336ca48a540aa2e75207400c (patch)
tree0ee5b8071863ef3b55c716f2c4e989ad35b7df85 /lib
parent09ac0e54409bb2befc3eef9e195e9384042c4c29 (diff)
downloadmixlib-cli-f6c74c373bb5770c336ca48a540aa2e75207400c.tar.gz
Bump version to 2.0.7 by Chef Expeditor2.0.7
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 d70dc3f..a88eb62 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.6".freeze
+ VERSION = "2.0.7".freeze
end
end