summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-30 21:39:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-30 21:39:11 +0000
commit96add9392bfd5637914492be85495f9867958ba7 (patch)
tree5f6f79b1f39f102956462c9a9b9280927472fc97 /chef-config
parent8248fa5b5542840bc6adbeaf32445e008397dc55 (diff)
downloadchef-96add9392bfd5637914492be85495f9867958ba7.tar.gz
Bump version to 16.7.18 by Chef Expeditorv16.7.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 bfe77c3b37..dced227a65 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.7.17".freeze
+ VERSION = "16.7.18".freeze
end