summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-14 21:35:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-14 21:35:39 +0000
commit85500f8814f62a6287d6f952c552e91c23415a82 (patch)
tree368f2c5b8d271e0fd1750a021ca47cf94e706722 /chef-config/lib
parent03b29fd9afcd729d0e9667623bbac61731b0950d (diff)
downloadchef-85500f8814f62a6287d6f952c552e91c23415a82.tar.gz
Bump version to 17.5.8 by Chef Expeditorv17.5.8
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 151ef0507f..7a7e5cc0fd 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.7".freeze
+ VERSION = "17.5.8".freeze
end