summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-22 02:17:31 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-22 02:17:31 +0000
commitde5381eecab895b3a2a5c8f7a211e928300f018c (patch)
tree79f34818e31406e8b0c161cb052d07a3e195520e /lib
parent234ee65a213def072e7ddb02d6ffcb1c947be9b5 (diff)
downloadmixlib-cli-de5381eecab895b3a2a5c8f7a211e928300f018c.tar.gz
Bump version to 2.1.6 by Chef Expeditorv2.1.6
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 1e01b50..a611a0c 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.5".freeze
+ VERSION = "2.1.6".freeze
end
end