diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-26 22:09:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-26 22:09:28 +0000 |
commit | 445f38f77eba9fa345c11198ad9883e78c8308ad (patch) | |
tree | 6121022abe577885908f16d8493a2fcf9ce35623 /chef-bin | |
parent | 8add61651eb654dee1fd0bb63f0e8dc528fcab51 (diff) | |
download | chef-445f38f77eba9fa345c11198ad9883e78c8308ad.tar.gz |
Bump version to 16.5.21 by Chef Expeditorv16.5.21
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 dbca45fda6..f044393770 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.5.20".freeze + VERSION = "16.5.21".freeze end # |