summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-25 03:29:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-25 03:29:31 +0000
commitba0c5fcd7a1735b4ae170816dc48b05d791b9733 (patch)
tree44d111d293535241c29381e7236be54c1d4ce5f3 /chef-config
parenta663df7cfe59fed39fda207dacb8695fe86d5b8a (diff)
downloadchef-ba0c5fcd7a1735b4ae170816dc48b05d791b9733.tar.gz
Bump version to 16.3.38 by Chef Expeditorv16.3.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 375851e94a..4180318190 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.3.37".freeze
+ VERSION = "16.3.38".freeze
end