summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-20 18:47:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-20 18:47:33 +0000
commit19c2bc959473151e70a2fabea475127de85a7920 (patch)
tree2ba17974f5f0e2b7a18c0a9c46697ef4eda91834 /chef-config
parent3dae6b529ce4781169ebd7a138e61fe271afb3d3 (diff)
downloadchef-19c2bc959473151e70a2fabea475127de85a7920.tar.gz
Bump version to 16.3.18 by Chef Expeditorv16.3.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 92946cb45f..67ece4dc71 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.3.17".freeze
+ VERSION = "16.3.18".freeze
end