summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-29 22:55:17 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-29 22:55:17 +0000
commit98f35a1bcbd045e435f823f1f4dbcab9a9be42c2 (patch)
tree103004208ab3649a1bc415ede20e081f2f5489ac /chef-config
parent0ac843a8ead7a7502dbdc1fc86d170d5cabd9bdd (diff)
downloadchef-98f35a1bcbd045e435f823f1f4dbcab9a9be42c2.tar.gz
Bump version to 16.7.15 by Chef Expeditorv16.7.15
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 bbe5e9d547..8f0bc59d04 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.14".freeze
+ VERSION = "16.7.15".freeze
end