diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-17 01:19:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-17 01:19:18 +0000 |
commit | b959ce709d91fffb8624ff771f68f679196f9787 (patch) | |
tree | bf4294e57b347866e3ad8e16656ed4484c93c38a /chef-config | |
parent | 24f0f54fe7c1844b780501e2afdb400275d6b379 (diff) | |
download | chef-b959ce709d91fffb8624ff771f68f679196f9787.tar.gz |
Bump version to 16.17.8 by Chef Expeditorv16.17.8
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 648a6a2e64..3aa2102a01 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.7".freeze + VERSION = "16.17.8".freeze end |