diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-17 02:54:24 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-17 02:54:24 +0000 |
commit | b521627e9d706a016e232d335cab0ddbb8b3e6ba (patch) | |
tree | 26844414a8d38cb6a9c008eb9c3f80e4980720af /lib/chef/version.rb | |
parent | 6978e87770d48d69e024eedd0e5c8853a009bdbc (diff) | |
download | chef-b521627e9d706a016e232d335cab0ddbb8b3e6ba.tar.gz |
Bump version to 16.0.216 by Chef Expeditorv16.0.216
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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index f6b09d7a0f..b20679f355 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.215") + VERSION = Chef::VersionString.new("16.0.216") end # |