summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-10 00:04:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-10 00:04:15 +0000
commitb72d8042e3ac468d31346ffe637b72b778524827 (patch)
treeb870de4fcf59563f0fef6e08b8149e375a675b40 /chef-bin
parent14f07d77d8bd3d9c3c90100c1577bfa6f80e3a11 (diff)
downloadchef-b72d8042e3ac468d31346ffe637b72b778524827.tar.gz
Bump version to 16.8.7 by Chef Expeditorv16.8.7
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index d00cd6b340..33d1a2fc5e 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.8.6".freeze
+ VERSION = "16.8.7".freeze
end
#