summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-05 15:26:41 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-05 15:26:41 +0000
commitbb0c868f89dabacb56c9f877479f4d9772f4b4db (patch)
treeb6294d43e30e30bccf886dc44167b9152c8f8f17 /lib
parentdb06e8f9bafaf2472167e82a3e5d5d2d434df942 (diff)
downloadmixlib-cli-bb0c868f89dabacb56c9f877479f4d9772f4b4db.tar.gz
Bump version to 2.0.9 by Chef Expeditor2.0.9
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 dfc90e3..e71b212 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.8".freeze
+ VERSION = "2.0.9".freeze
end
end