summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-23 16:17:20 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-23 16:17:20 +0000
commit29694c6c65fb1d0b61369b62ce5a2bf30d6002c0 (patch)
tree8ee903e4bdb2753c89d101eb1673b656ef68064e /chef-config
parent467704965bddde048b0ba80b8734ae208adbbc41 (diff)
downloadchef-29694c6c65fb1d0b61369b62ce5a2bf30d6002c0.tar.gz
Bump version to 16.0.238 by Chef Expeditorv16.0.238
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.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 ca35040787..8c9482ce74 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.237".freeze
+ VERSION = "16.0.238".freeze
end