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-utils | |
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-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index d753add460..3222c36ca7 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.282".freeze + VERSION = "16.0.283".freeze end |