diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-03 20:12:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-03 20:12:25 +0000 |
commit | 97c8873fc8e51bfb563ea89779103f31e7e30d30 (patch) | |
tree | 835c3ae0c545e07fa3991adaa7df6d3a7713fa80 /chef-config | |
parent | 0fd763e6082035903fc2ccb0534fb8d888e5222b (diff) | |
download | chef-97c8873fc8e51bfb563ea89779103f31e7e30d30.tar.gz |
Bump version to 16.10.6 by Chef Expeditorv16.10.6
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 29c760b018..2e1606730c 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.10.5".freeze + VERSION = "16.10.6".freeze end |