summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-19 06:19:41 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-19 06:19:41 +0000
commitf6316a8d798c9a66fd0e87a71ce5e774c5b07158 (patch)
tree6c60e55498b786b5bbb37135df2726a8b34d1893 /chef-utils
parenteb4cf191a0483fdb03cab199a8eb360026c4030a (diff)
downloadchef-f6316a8d798c9a66fd0e87a71ce5e774c5b07158.tar.gz
Bump version to 16.7.52 by Chef Expeditorv16.7.52
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 cfdcd39665..417357b69a 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.7.51"
+ VERSION = "16.7.52"
end