summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-22 15:43:04 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-22 15:43:04 +0000
commit71fdc59c7b841c0a8a3f11760deb34e306c38ba5 (patch)
tree4ba46d2aa93839c46a4992811cb8ac448e81e24a /chef-utils
parentc114016180670c864487c65662d996fddbbf9a9f (diff)
downloadchef-71fdc59c7b841c0a8a3f11760deb34e306c38ba5.tar.gz
Bump version to 16.0.7 by Chef Expeditorv16.0.7
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 433045b8c6..25491d54ef 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.6".freeze
+ VERSION = "16.0.7".freeze
end