summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-09 15:48:47 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-09 15:48:47 +0000
commit98eaa969f9825e8f319596e4c48442a5ad5da7c7 (patch)
tree22cc35866d052d954af997776addeaa509f0cf38 /chef-config
parent0dea63bb29b2b02977d0b00b774a91589dc9b9ce (diff)
downloadchef-98eaa969f9825e8f319596e4c48442a5ad5da7c7.tar.gz
Bump version to 16.8.5 by Chef Expeditorv16.8.5
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 e2dd03ddde..36d7d1ed86 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.8.4".freeze
+ VERSION = "16.8.5".freeze
end