summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-29 20:55:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-29 20:55:51 +0000
commit5d4b73e8c75cf41cb5cf1341583d8a3ee4ea7d7f (patch)
treec685e8d7b26766cbd4ccb603ab2b8e44082e06b5 /chef-config
parent93cb58b62d42b8c960d4657b824261a26dfb7893 (diff)
downloadchef-5d4b73e8c75cf41cb5cf1341583d8a3ee4ea7d7f.tar.gz
Bump version to 17.0.175 by Chef Expeditorv17.0.175
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 e6e11a8f19..004f770278 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.0.174".freeze
+ VERSION = "17.0.175".freeze
end