summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-27 20:06:44 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-27 20:06:44 +0000
commitfd68f7f1fb1e63f1cb40d7ef24346afd0884ed95 (patch)
tree9873bbb20a29bb3a2ed16a67df0404972f0df748 /chef-config/lib
parentc644b58fbeb618598beb14772d4373cb17053668 (diff)
downloadchef-fd68f7f1fb1e63f1cb40d7ef24346afd0884ed95.tar.gz
Bump version to 17.4.38 by Chef Expeditorv17.4.38
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 454e4c3971..47591f4871 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.4.37".freeze
+ VERSION = "17.4.38".freeze
end