summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-10 01:55:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-10 01:55:49 +0000
commita5fe2c559b8a47a0af585adb0c1ad8bf984a0fcb (patch)
treea49877704703c2973f1567b99c1cbe9e77ad1db9 /chef-config
parentd9030eadad7802c42acf4483653b1297b0f1e026 (diff)
downloadchef-a5fe2c559b8a47a0af585adb0c1ad8bf984a0fcb.tar.gz
Bump version to 17.8.38 by Chef Expeditorv17.8.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 c44e4e52f3..fdc12b7431 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 = "17.8.37".freeze
+ VERSION = "17.8.38".freeze
end