summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-03 20:07:11 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-03 20:07:11 +0000
commitd9a57c494af4d65e85e1a86d68a2e63b7b2f38f8 (patch)
tree77b030197ddeb227a128ad72cf7b3a2dfc333bf5 /chef-config
parent1acfc3938533ea4128b30dd9273f68909025e42f (diff)
downloadchef-d9a57c494af4d65e85e1a86d68a2e63b7b2f38f8.tar.gz
Bump version to 18.0.208 by Chef Expeditorv18.0.208
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 8b26198769..63cc96d744 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.207".freeze
+ VERSION = "18.0.208".freeze
end