diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-03 22:59:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-03 22:59:24 +0000 |
commit | fc0f1746a6b2a4f68a382e2ef9bd9ff459dc1044 (patch) | |
tree | a8385843d0cee00c3da288d0f10c24c4b04be000 /chef-bin | |
parent | d7e90de59a0a29062149b17104c353b4817cb5dc (diff) | |
download | chef-fc0f1746a6b2a4f68a382e2ef9bd9ff459dc1044.tar.gz |
Bump version to 16.3.58 by Chef Expeditorv16.3.58
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 4299c4defa..145a747216 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "16.3.57".freeze + VERSION = "16.3.58".freeze end # |