diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-08 01:33:05 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-08 01:33:05 +0000 |
commit | 06829558322f87473d108a5b3994f00711cb426d (patch) | |
tree | ea688034b450dc5fab4755a88fe31058338469db /lib | |
parent | 6c562ea3a291ce5f0896953910f4f42f8cda8971 (diff) | |
download | chef-06829558322f87473d108a5b3994f00711cb426d.tar.gz |
Bump version to 16.2.88 by Chef Expeditorv16.2.88
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 5300cb4013..86cad77b81 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("16.2.87") + VERSION = Chef::VersionString.new("16.2.88") end # |