summaryrefslogtreecommitdiff
path: root/lib/mixlib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-25 15:35:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-25 15:35:53 +0000
commit6569ee9a3477bdb3cdf1232082026ae48ac61ca6 (patch)
treee825aca197e3d6e17d16d458b887521c62ce1cf8 /lib/mixlib
parentc3df9fe4df56d6608233ae1ae6bbe60da4212757 (diff)
downloadmixlib-cli-6569ee9a3477bdb3cdf1232082026ae48ac61ca6.tar.gz
Bump version to 2.1.10 by Chef Expeditorv2.1.10
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib')
-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 8c36c6b..cac7291 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.9".freeze
+ VERSION = "2.1.10".freeze
end
end