summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-17 23:03:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-17 23:03:17 +0000
commit7679f33dad8805b7df96f0e46b81a50938feab3b (patch)
tree86bf16a78b2108bea38abe09a88b44f0c5d74042 /chef-config
parentca06995f9b0f284c9e1096e8711041714b7f8714 (diff)
downloadchef-7679f33dad8805b7df96f0e46b81a50938feab3b.tar.gz
Bump version to 17.8.7 by Chef Expeditorv17.8.7
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 892a743376..d517f5666f 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 = "17.8.6".freeze
+ VERSION = "17.8.7".freeze
end