diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-12 21:40:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-12 21:40:23 +0000 |
commit | 4beffc346c12826dd5dfc34d074cba418b105ee9 (patch) | |
tree | 4fcde8cda93e2c907f47ed26d4f6119dbb7039c4 /chef-utils | |
parent | fa49835b696254da8ced674b7cfe9ef528cf7b18 (diff) | |
download | chef-4beffc346c12826dd5dfc34d074cba418b105ee9.tar.gz |
Bump version to 16.4.21 by Chef Expeditorv16.4.21
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 e4a7b5c63b..c6a2f0d597 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("..", __dir__) - VERSION = "16.4.20".freeze + VERSION = "16.4.21".freeze end |