diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-16 00:06:37 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-16 00:06:37 +0000 |
commit | 81f6b9f99fd87c5ea7fa81322fdb1f9607a89268 (patch) | |
tree | e813dec4d9e3d89729db52a04751d6a881f7d39a /chef-utils | |
parent | 90a8b77705ec7146a2d84b0a34a1e9d22441bce2 (diff) | |
download | chef-81f6b9f99fd87c5ea7fa81322fdb1f9607a89268.tar.gz |
Bump version to 16.8.15 by Chef Expeditorv16.8.15
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 8b71afa3c6..be6b64c1fb 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.8.14" + VERSION = "16.8.15" end |