summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-14 18:02:02 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-14 18:02:02 +0000
commitcac3f5ffbb44a342ab3178728194f0677d365336 (patch)
tree7e9c3f72f088b4d143e15344fc53e46118f58cae /chef-config
parent1cdbf3e6924a9edbc509f8800db72803d88fa863 (diff)
downloadchef-cac3f5ffbb44a342ab3178728194f0677d365336.tar.gz
Bump version to 16.13.18 by Chef Expeditorv16.13.18
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 8a401c009a..e3f3f58e70 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.13.17".freeze
+ VERSION = "16.13.18".freeze
end