summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-09 23:57:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-09 23:57:39 +0000
commitcac95f314a3c14df7647f307581cd3a983371bbf (patch)
tree08d96daac5bc579dfeb6e69caf1028aac28d409a /chef-config
parent3fcc183d3c6b4d5d05011bc217c540ff81f03e7c (diff)
downloadchef-cac95f314a3c14df7647f307581cd3a983371bbf.tar.gz
Bump version to 16.13.17 by Chef Expeditorv16.13.17
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 8ce46ad3ab..8a401c009a 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.13.16".freeze
+ VERSION = "16.13.17".freeze
end