summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-04 19:06:56 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-04 19:06:56 +0000
commite38d58daeb39db79a13fc5d7c9bd9a8d0b20bccf (patch)
tree478b7f52f0db58f87cd54d83493abca4a6a5a81e /lib
parentecd7a6c5aa1c0b299ed498c2d434e1f1ed64f79a (diff)
downloadmixlib-cli-e38d58daeb39db79a13fc5d7c9bd9a8d0b20bccf.tar.gz
Bump version to 2.0.1 by Chef Expeditorv2.0.1
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 5086a72..c5eeac8 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.0".freeze
+ VERSION = "2.0.1".freeze
end
end