summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-09 21:57:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-09 21:57:43 +0000
commitc9c0ea3f3a63f7cc42e8143f06c0b1f68ac5b919 (patch)
treeddffbe8be4671a8083da372b87e9d05a0bf56a19 /chef-config
parentd54624c5837514e2b7b424293586e2c98a70c237 (diff)
downloadchef-c9c0ea3f3a63f7cc42e8143f06c0b1f68ac5b919.tar.gz
Bump version to 17.8.37 by Chef Expeditorv17.8.37
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 a1892d3587..c44e4e52f3 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.36".freeze
+ VERSION = "17.8.37".freeze
end