summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
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 /lib/chef/version.rb
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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 18fc0a7291..53603b9d1c 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.86")
+ VERSION = Chef::VersionString.new("18.0.87")
end
#