diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-01 15:52:56 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-01 15:52:56 +0000 |
commit | 6d234400e68177170cb1060bf79580e28c8e95ea (patch) | |
tree | ed08d08558d43d9603b5abf6e75710f39d046eba /chef-config | |
parent | 811e31ba79d08ac9443f0806c5099b9d6488a131 (diff) | |
download | chef-6d234400e68177170cb1060bf79580e28c8e95ea.tar.gz |
Bump version to 16.0.172 by Chef Expeditorv16.0.172
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index b3a2453cf4..7939e34dba 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.0.171".freeze + VERSION = "16.0.172".freeze end |