summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-11 21:05:38 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-11 21:05:38 +0000
commit7996403b38a7bb66868b3ccf1292d0301ce386a8 (patch)
treea15f21f7be527cef3432d7977adaab59fef1e177 /chef-config
parent1b8e4e5e2e8bf04eb363df4a94dd67dcd49590d3 (diff)
downloadchef-7996403b38a7bb66868b3ccf1292d0301ce386a8.tar.gz
Bump version to 16.5.52 by Chef Expeditorv16.5.52
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 3cb7f03b20..80ecf1e6ec 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.5.51".freeze
+ VERSION = "16.5.52".freeze
end