diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 01:25:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 01:25:15 +0000 |
commit | dd581d353c476deff3dc0796f78679d57bf8208a (patch) | |
tree | 216ab538b52d29b726b11582259fe519601d7235 /chef-config | |
parent | bd8e2256b795968e44b627151161d16f75cab8ec (diff) | |
download | chef-dd581d353c476deff3dc0796f78679d57bf8208a.tar.gz |
Bump version to 16.9.11 by Chef Expeditorv16.9.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 02f3b77a3c..65f080627a 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.9.10".freeze + VERSION = "16.9.11".freeze end |