summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-24 23:27:06 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-24 23:27:06 +0000
commit437b472852e12e1334393bfe8948b3d6b7571e6c (patch)
tree36830ba6f2254857eb763918386ea78a853fdfb2 /chef-config
parenta936764d1287a61f46853544c6c4c843c9f94b56 (diff)
downloadchef-437b472852e12e1334393bfe8948b3d6b7571e6c.tar.gz
Bump version to 16.5.8 by Chef Expeditorv16.5.8
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 6f8fbf6162..e29472df4e 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 = "16.5.7".freeze
+ VERSION = "16.5.8".freeze
end