diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-07 02:15:02 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-07 02:15:02 +0000 |
commit | 463ef556296c8cfbb8bc5f21e33356426a60192a (patch) | |
tree | d35f8f6b8a773c9b74478e0c58c8059245199ad3 /chef-bin | |
parent | 33fbadbb9cb8af854983b3a0776fe43750082f11 (diff) | |
download | chef-463ef556296c8cfbb8bc5f21e33356426a60192a.tar.gz |
Bump version to 16.0.283 by Chef Expeditorv16.0.283
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 34f0589b31..95b38a6171 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("../..", __FILE__) - VERSION = "16.0.282".freeze + VERSION = "16.0.283".freeze end # |