diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-05 19:47:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-05 19:47:07 +0000 |
commit | 46fb8800fb67506f52cdcdb3f7d6f8fae480cffe (patch) | |
tree | 06af4edbec6edfd0d9660f2e17ab4b7abdd8c543 /chef-config | |
parent | 30a8b9dafdde337fca3bc89ada154bcbd668169f (diff) | |
download | chef-46fb8800fb67506f52cdcdb3f7d6f8fae480cffe.tar.gz |
Bump version to 16.4.11 by Chef Expeditorv16.4.11
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 c4f2b03e65..cc387f3160 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.4.10".freeze + VERSION = "16.4.11".freeze end |