diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-12 02:11:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-12 02:11:49 +0000 |
commit | ba8312c6c5a28014b3d04d68fb38fefe8cd53a16 (patch) | |
tree | 085d6ea42ad0d48345b5d31d339934cbebe59d43 /chef-config | |
parent | 009ab613a1e040f0cd53e5e389315117f1771c15 (diff) | |
download | chef-ba8312c6c5a28014b3d04d68fb38fefe8cd53a16.tar.gz |
Bump version to 16.17.5 by Chef Expeditorv16.17.5
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 b67731e312..c457798535 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.17.4".freeze + VERSION = "16.17.5".freeze end |