summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-09 20:24:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-09 20:24:23 +0000
commitd18ac46058a4555b8a669c030820713ef29b3232 (patch)
treee36611f40d55b54e91e714bd1eada95b04bf8ac2 /chef-config
parentb0182a718b3da4176f10f2fda1e5528433f9444e (diff)
downloadchef-d18ac46058a4555b8a669c030820713ef29b3232.tar.gz
Bump version to 17.7.35 by Chef Expeditorv17.7.35
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 0f5c418023..51438370fa 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.7.34".freeze
+ VERSION = "17.7.35".freeze
end