summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-16 05:02:23 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-16 05:02:23 +0000
commitcd444f5dfd39e4494e0a8495b20b39259dab923a (patch)
treee7a20451ed2f0f839c0da439360085a8e24337bb /chef-config
parent42bd6c486c1704d76d99f6b7176afe95404a296e (diff)
downloadchef-cd444f5dfd39e4494e0a8495b20b39259dab923a.tar.gz
Bump version to 15.6.16 by Chef Expeditorv15.6.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 6d46874201..392a9e1fc1 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.6.15".freeze
+ VERSION = "15.6.16".freeze
end