diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-17 19:37:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-17 19:37:24 +0000 |
commit | b414b4934cbeb42fa8d42cfc126ebc2dd52aff80 (patch) | |
tree | b8676e2ebac6b005e075eb131178ab3661b5619e /lib | |
parent | 9031ab0773140a0ad34cc9cc14617d6fe044dc54 (diff) | |
download | chef-b414b4934cbeb42fa8d42cfc126ebc2dd52aff80.tar.gz |
Bump version to 16.16.16 by Chef Expeditorv16.16.16
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 60c9e888b7..9cfffff396 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.15") + VERSION = Chef::VersionString.new("16.16.16") end # |