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-utils | |
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-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index ef22243d0f..3fcded6c9f 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.10.5" + VERSION = "16.10.6" end |