summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-01 23:24:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-01 23:24:57 +0000
commitd06c50d8b5b3a46ac3c37048407ba8f5e6820635 (patch)
tree084c1f8c970d701a881ab6fc5dbea327f25a1062 /chef-bin
parentc24fadc57b4b293f764b5212463273bb00411296 (diff)
downloadchef-d06c50d8b5b3a46ac3c37048407ba8f5e6820635.tar.gz
Bump version to 18.0.86 by Chef Expeditorv18.0.86
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 656ac2583e..a433c3d377 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.85".freeze
+ VERSION = "18.0.86".freeze
end
#