summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-08 00:56:22 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-08 00:56:22 +0000
commitbae0c63245b50ec5b56287589907b167bf2b63d2 (patch)
treece9657ec52f704e42c9b746a2af6ff8dc9314670 /chef-config
parente603bcdf8e93a70addd50e3be1f848400b933365 (diff)
downloadchef-bae0c63245b50ec5b56287589907b167bf2b63d2.tar.gz
Bump version to 16.2.87 by Chef Expeditorv16.2.87
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 3e2d2427a3..10590b30ce 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.2.86".freeze
+ VERSION = "16.2.87".freeze
end