summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 01:38:05 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 01:38:05 +0000
commita734171a38e3381814572715966dd772caf19c0e (patch)
treeec280abe154c47dc240db9bcf01f225c860ce81c /chef-config
parent45ba1ed17a33da986480aa1adad26f8cfdfe1869 (diff)
downloadchef-a734171a38e3381814572715966dd772caf19c0e.tar.gz
Bump version to 16.7.38 by Chef Expeditorv16.7.38
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 eb6a954ba5..698e75b0d9 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("..", __dir__)
- VERSION = "16.7.37".freeze
+ VERSION = "16.7.38".freeze
end