diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-28 16:54:37 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-28 16:54:41 +0000 |
commit | c3206495eb0f1e93c97dad00444ffa5e815deace (patch) | |
tree | b1b0e67367b63fc12655611edc1da912d14b8be9 /chef-utils | |
parent | 131e72dbb3dc03dc54decf73eb867c98714b7ef7 (diff) | |
download | chef-c3206495eb0f1e93c97dad00444ffa5e815deace.tar.gz |
Bump version to 16.7.6 by Chef Expeditorv16.7.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 891d3cb2fd..106a9f52d0 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.5".freeze + VERSION = "16.7.6".freeze end |