diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 01:21:59 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 01:21:59 +0000 |
commit | 8c77b40ded402a3630ca67dadf5409ccb06131b7 (patch) | |
tree | 38843ad1b732735c4924e6260c39ebacbd638418 /chef-utils | |
parent | d04fcc0abc5b12322de0841d975ac7dd8829eaa7 (diff) | |
download | chef-8c77b40ded402a3630ca67dadf5409ccb06131b7.tar.gz |
Bump version to 17.8.15 by Chef Expeditorv17.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 47ae5f3b59..93cc713136 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 = "17.8.14" + VERSION = "17.8.15" end |