summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-16 23:33:49 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-16 23:33:49 +0000
commitebcf51824dd3e5521901ca946abb4b64b278e36d (patch)
tree6ff12854ff2757bf3a3272485e655d8ade76eb87 /chef-config
parentf28f61545a9c5859c9b9063bd594f4b8ce3cef6d (diff)
downloadchef-ebcf51824dd3e5521901ca946abb4b64b278e36d.tar.gz
Bump version to 16.5.60 by Chef Expeditorv16.5.60
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 2aaff6776a..98b2953907 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.59".freeze
+ VERSION = "16.5.60".freeze
end