summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-01 15:52:56 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-01 15:52:56 +0000
commit6d234400e68177170cb1060bf79580e28c8e95ea (patch)
treeed08d08558d43d9603b5abf6e75710f39d046eba /chef-config/lib/chef-config
parent811e31ba79d08ac9443f0806c5099b9d6488a131 (diff)
downloadchef-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/lib/chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
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