summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 18:56:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 18:56:23 +0000
commit4b56eedf7c805d4ba649bd514cad8f16c0d892d2 (patch)
tree159db30303a5a999141d0c492adf3fabf52d5821 /chef-config
parent7cf56f572fc2705d1258e84f0e0c44802739f0be (diff)
downloadchef-4b56eedf7c805d4ba649bd514cad8f16c0d892d2.tar.gz
Bump version to 16.7.17 by Chef Expeditorv16.7.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 73609aaacb..bfe77c3b37 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.7.16".freeze
+ VERSION = "16.7.17".freeze
end