summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-16 17:50:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-16 17:50:00 +0000
commit4bc193401a089719fa9017a653dd0e8357efb484 (patch)
tree502cc0a92b7432492386a5bbec06fea10b0222af /chef-config
parent4e586321a728a3847c78da3d8e6e870b25b7ab77 (diff)
downloadchef-4bc193401a089719fa9017a653dd0e8357efb484.tar.gz
Bump version to 15.7.16 by Chef Expeditorv15.7.16
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 6a5ee2c72c..515922b4ee 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("../..", __FILE__)
- VERSION = "15.7.15".freeze
+ VERSION = "15.7.16".freeze
end