diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-28 23:52:38 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-28 23:52:38 +0000 |
commit | ef9649e543b6218053fc98208ce884cc81882ce1 (patch) | |
tree | ddd77124588aa80570f49082bf3683a797124b57 /chef-config | |
parent | c7e3f36fb9ddd861e77c9300c7f61512e51e2b16 (diff) | |
download | chef-ef9649e543b6218053fc98208ce884cc81882ce1.tar.gz |
Bump version to 16.7.8 by Chef Expeditorv16.7.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 5f7bcfe673..68d15b5f7f 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.7".freeze + VERSION = "16.7.8".freeze end |