summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-20 22:52:48 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-20 22:52:48 +0000
commit41bd002ec75e8383b516a699e38b51b502815edb (patch)
tree44baacfef22009b0121ffd8ec4952a1b6113e774 /chef-config
parent9941341975f84472ffea63ebe27680724ec1a3b1 (diff)
downloadchef-41bd002ec75e8383b516a699e38b51b502815edb.tar.gz
Bump version to 18.0.203 by Chef Expeditorv18.0.203
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 a69147053a..a42b99b093 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.202".freeze
+ VERSION = "18.0.203".freeze
end