diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-29 22:55:17 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-29 22:55:17 +0000 |
commit | 98f35a1bcbd045e435f823f1f4dbcab9a9be42c2 (patch) | |
tree | 103004208ab3649a1bc415ede20e081f2f5489ac /chef-utils | |
parent | 0ac843a8ead7a7502dbdc1fc86d170d5cabd9bdd (diff) | |
download | chef-98f35a1bcbd045e435f823f1f4dbcab9a9be42c2.tar.gz |
Bump version to 16.7.15 by Chef Expeditorv16.7.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 f4ce567fd9..31b6485ec9 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.14".freeze + VERSION = "16.7.15".freeze end |