summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-16 17:21:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-16 17:21:59 +0000
commitd5eb0b6c75adadc0e1e1e7c06e7b744e6bc1963b (patch)
tree0a4e16c885d8f3d80d2d40d6b566d03fc8d1948d /chef-config
parentb4e7913972e70b42e632a33930417fb37d2bddd1 (diff)
downloadchef-d5eb0b6c75adadc0e1e1e7c06e7b744e6bc1963b.tar.gz
Bump version to 16.6.18 by Chef Expeditorv16.6.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 c0cefafdb2..23e24d1cc7 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.6.17".freeze
+ VERSION = "16.6.18".freeze
end