summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-16 20:09:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-16 20:09:20 +0000
commit8ee9f89c1a54014b483ee463dfa6d4b3b7a9d1a3 (patch)
tree9941abe824e4267f96b6f715b419703f7a076054 /chef-utils
parentc71939a6922ce3f4ca79385c9d5bdaceda820ff3 (diff)
downloadchef-8ee9f89c1a54014b483ee463dfa6d4b3b7a9d1a3.tar.gz
Bump version to 16.17.6 by Chef Expeditorv16.17.6
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 bc223b79d8..8a6217e57a 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.17.5"
+ VERSION = "16.17.6"
end