summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-13 20:25:02 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-13 20:25:02 +0000
commite4400c3af634e6a4b5471cecbf00fcc69d5ac1f5 (patch)
treebfc9b0260813cf57f44851f24eef23957002ee0b /chef-config
parent8d779961ee8278c77b20007bac4cd518e67deb83 (diff)
downloadchef-e4400c3af634e6a4b5471cecbf00fcc69d5ac1f5.tar.gz
Bump version to 18.0.201 by Chef Expeditorv18.0.201
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 90fce3e5fe..7b59c3c8c3 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.200".freeze
+ VERSION = "18.0.201".freeze
end