summaryrefslogtreecommitdiff
path: root/lib/mixlib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-18 18:52:08 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-18 18:52:08 +0000
commite0d0094f2766a75295886ec634b17176383339fb (patch)
treea72df3f2685ed7a3785d9e0edceec7a49022aec6 /lib/mixlib
parent2fd71d079fab289fee978df836c78181863bb7ac (diff)
downloadmixlib-cli-e0d0094f2766a75295886ec634b17176383339fb.tar.gz
Bump version to 1.7.6 by Chef Expeditorv1.7.6
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 fe6622b..32f8261 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "1.7.5".freeze
+ VERSION = "1.7.6".freeze
end
end