summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-03 18:56:01 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-03 18:56:01 +0000
commit5b0f77576222375f34edf15a9a8ff3ffba983db9 (patch)
treeb1bfc87594bedc14764d0995c7ca174cb1ee0626 /chef-config
parente1d6df13eb8a3fdee8c6e416b8fcb2f9ef4380f8 (diff)
downloadchef-5b0f77576222375f34edf15a9a8ff3ffba983db9.tar.gz
Bump version to 18.0.207 by Chef Expeditorv18.0.207
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 2f7c49c40a..8b26198769 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.206".freeze
+ VERSION = "18.0.207".freeze
end