diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-03 22:56:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-03 22:56:57 +0000 |
commit | d7e90de59a0a29062149b17104c353b4817cb5dc (patch) | |
tree | 28e965dd46fd578fa62fc954a1a594e40926cc07 /lib/chef | |
parent | 9ea3dbbd7dec0494c430f78419472f1fe15265a3 (diff) | |
download | chef-d7e90de59a0a29062149b17104c353b4817cb5dc.tar.gz |
Bump version to 16.3.57 by Chef Expeditorv16.3.57
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 3befc6a8e5..b5d376e4bc 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.3.56") + VERSION = Chef::VersionString.new("16.3.57") end # |