diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-19 16:34:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-19 16:34:16 +0000 |
commit | e7fe478240916be4502c361b4748059c13a59f32 (patch) | |
tree | 1ee6c0f1652af9e93db3d0ae3f4368e92e4aa0a0 /chef-config | |
parent | 8b63b6760b78e1c3e8ec2e9583596d18e39baa3e (diff) | |
download | chef-e7fe478240916be4502c361b4748059c13a59f32.tar.gz |
Bump version to 16.16.17 by Chef Expeditorv16.16.17
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 7c6f56af28..bd3b4760da 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.16.16".freeze + VERSION = "16.16.17".freeze end |