summaryrefslogtreecommitdiff
path: root/chef-bin/lib
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-bin/lib
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-bin/lib')
-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 15bf9be9cb..d5860e0554 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.2.86".freeze
+ VERSION = "16.2.87".freeze
end
#