summaryrefslogtreecommitdiff
path: root/lib/mixlib/cli/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-21 18:29:00 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-21 18:29:00 +0000
commitee3ee1d984806be954c2ebd528f64ab01cceb4d6 (patch)
tree081736c7207cbe6d05d2fe8776b8d729f5d07d6a /lib/mixlib/cli/version.rb
parente8b3e241674c09cbc89503ec4e2910efb79555a4 (diff)
downloadmixlib-cli-ee3ee1d984806be954c2ebd528f64ab01cceb4d6.tar.gz
Bump version to 2.1.7 by Chef Expeditorv2.1.7
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib/cli/version.rb')
-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 a611a0c..c2b805d 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.6".freeze
+ VERSION = "2.1.7".freeze
end
end