summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-16 18:25:39 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-16 18:25:39 +0000
commit4f6ae896ec1eaeb9fd61ecc69268b4aed560b7a4 (patch)
tree5e1fe6096c584183c2353211717772c764d5dcce /lib
parentbc0c1d0694ed57c944da957a31a6f6cac01bff39 (diff)
downloadmixlib-cli-4f6ae896ec1eaeb9fd61ecc69268b4aed560b7a4.tar.gz
Bump version to 2.1.9 by Chef Expeditorv2.1.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 3d37a52..8c36c6b 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.8".freeze
+ VERSION = "2.1.9".freeze
end
end