diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-03 00:47:17 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-03 00:47:17 +0000 |
commit | d05c13ca1d65a15535e3904bbdeb93a7c716a663 (patch) | |
tree | 38db4253a0cb9e23b0766d4bc6d28aae3b6437b9 /chef-config | |
parent | 8977a34c19d2c09db2d3138fd10263eeb57ca394 (diff) | |
download | chef-d05c13ca1d65a15535e3904bbdeb93a7c716a663.tar.gz |
Bump version to 16.7.21 by Chef Expeditorv16.7.21
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 718ef3cdad..33e8978637 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.20".freeze + VERSION = "16.7.21".freeze end |