summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-19 21:29:43 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-19 21:29:43 +0000
commitc41637cf6a00e2054d562f1e98379fb20bcc44f9 (patch)
tree26e93bb7575aa106d6417c385623667fb4d1c6fd /lib
parentd83959886d40780889dccef4b916765d191b2171 (diff)
downloadmixlib-cli-c41637cf6a00e2054d562f1e98379fb20bcc44f9.tar.gz
Bump version to 2.1.5 by Chef Expeditorv2.1.5
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 b4c0231..1e01b50 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.1.4".freeze
+ VERSION = "2.1.5".freeze
end
end