summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-05 13:37:12 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-05 13:37:12 +0000
commitf61168f78a52f28c170feb3c6a65061d91e7cb25 (patch)
tree0a0f4a6fb61fdf2464896b4c43fe45c8791c742a /chef-bin
parent39ca981fa6b7d067bca3fad5add85817872a4fde (diff)
downloadchef-f61168f78a52f28c170feb3c6a65061d91e7cb25.tar.gz
Bump version to 18.0.87 by Chef Expeditorv18.0.87
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 a433c3d377..3ba159e902 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 = "18.0.86".freeze
+ VERSION = "18.0.87".freeze
end
#