summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-09 17:18:25 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-09 17:18:25 +0000
commit813869f9aadf2445c115f9f4c01ddb029eb93840 (patch)
treefdc8abb808571ff8cfbd43da40ebd96c762f91ec /chef-config
parent611a9eecf45c0876a7591ec101ba6792aaa47194 (diff)
downloadchef-813869f9aadf2445c115f9f4c01ddb029eb93840.tar.gz
Bump version to 17.5.1 by Chef Expeditorv17.5.1
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 95fa674cdd..844de1f871 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.5.0".freeze
+ VERSION = "17.5.1".freeze
end