summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-03 12:53:54 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-03 12:53:54 +0000
commit2504df67e85cd2602db571fccdeb23ee38c69b0e (patch)
treee9183fd0a55d4faf3d2c43c8c95705908a5bb435 /chef-config
parentd42199b6322569197823ba3a1b88c3d6aec418de (diff)
downloadchef-2504df67e85cd2602db571fccdeb23ee38c69b0e.tar.gz
Bump version to 18.0.206 by Chef Expeditorv18.0.206
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 5c32146771..2f7c49c40a 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 = "18.0.205".freeze
+ VERSION = "18.0.206".freeze
end