diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-19 15:12:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-19 15:12:03 +0000 |
commit | 1f57e4475d5c7fa7b8ea5e4c2c908c1b6ab87566 (patch) | |
tree | 2917b259909bea97dfff9272f538630482a0efd5 /chef-utils | |
parent | ea39fb2b1fc99c58e59341d2f3dfda38d5357149 (diff) | |
download | chef-1f57e4475d5c7fa7b8ea5e4c2c908c1b6ab87566.tar.gz |
Bump version to 16.10.16 by Chef Expeditorv16.10.16
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 8bbaa48087..5d8d5636ce 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.15" + VERSION = "16.10.16" end |