diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-01 16:05:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-01 16:05:14 +0000 |
commit | 3791cd2d6e7a11b08f56ae1fac0b6425f98e0bc5 (patch) | |
tree | 887c06e70f955d2d9ce054a310d858a2fe395488 /chef-config | |
parent | bf79e8bf8ed5e6e039a40e894855cbc4bc8d13af (diff) | |
download | chef-3791cd2d6e7a11b08f56ae1fac0b6425f98e0bc5.tar.gz |
Bump version to 16.16.11 by Chef Expeditor
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 b346004a77..86e8dd2240 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.10".freeze + VERSION = "16.16.11".freeze end |