diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-30 18:09:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-30 18:09:23 +0000 |
commit | b4562f60efeabb1700a6646151af53620dbc26ea (patch) | |
tree | 067bdb64bd8ee53ef6336bec1cb724a24feda3b2 /lib/chef | |
parent | 312b80d805bad2edb1fd8a3821c4ffd3c55aa947 (diff) | |
download | chef-b4562f60efeabb1700a6646151af53620dbc26ea.tar.gz |
Bump version to 16.16.5 by Chef Expeditorv16.16.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 614a1c6c38..0583e387e9 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.16.4") + VERSION = Chef::VersionString.new("16.16.5") end # |