summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 16:06:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 16:06:45 +0000
commitf15e98a4c5fae7720fc56731404331307e194551 (patch)
tree35db3b79ae322bc90f97e1846ca8e754b4de98a9 /chef-config
parent2902110cb75fc16b20580d36231bbf2c08df1fda (diff)
downloadchef-f15e98a4c5fae7720fc56731404331307e194551.tar.gz
Bump version to 17.6.18 by Chef Expeditorv17.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 93f2346b21..b5877e0025 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 = "17.6.17".freeze
+ VERSION = "17.6.18".freeze
end