diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-25 00:36:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-25 00:36:03 +0000 |
commit | 17013f044819d7aa5bc28e2f21514768235ee1a1 (patch) | |
tree | 57e0faafb480c60d39a6fb6277b58434a9673e66 /chef-config | |
parent | 2c48df4f51eef6adc85587fa8bb7aca3b9d0f7bc (diff) | |
download | chef-17013f044819d7aa5bc28e2f21514768235ee1a1.tar.gz |
Bump version to 16.5.74 by Chef Expeditorv16.5.74
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 0f0174b196..96c47aa53b 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.5.73".freeze + VERSION = "16.5.74".freeze end |