diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-12 00:48:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-12 00:48:04 +0000 |
commit | 9eaf26d6824f38483ae26b1b1648c2451fd46a4b (patch) | |
tree | 944b83d62eaa3d76a464cb42666cd798c8c4b648 /chef-config | |
parent | 463a84813eff609d90766a16eccd115794601d9e (diff) | |
download | chef-9eaf26d6824f38483ae26b1b1648c2451fd46a4b.tar.gz |
Bump version to 16.7.36 by Chef Expeditorv16.7.36
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 0be2abb135..431b1b9047 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.35".freeze + VERSION = "16.7.36".freeze end |