summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-21 17:32:54 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-21 17:32:54 +0000
commit29765adb7174256880d574c36435a78ce8272d5d (patch)
tree492bc7419d7de7fdad21db89061e1715b35dbc91 /chef-config
parentd75dd3c3cdbc71dc6324a465802e68dc1ca43c0f (diff)
downloadchef-29765adb7174256880d574c36435a78ce8272d5d.tar.gz
Bump version to 16.6.38 by Chef Expeditorv16.6.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 8af1f94186..d30b251826 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.6.37".freeze
+ VERSION = "16.6.38".freeze
end