summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-29 20:56:44 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-29 20:56:44 +0000
commit7c351dc1bc1c6c143dea9d349fe346675d6c1e31 (patch)
treea99f95aec278ecc5fd345f31975068b3b7845634 /chef-config
parentf4d2e73297140e3e48f5b2f4dcf9d97409ea99e0 (diff)
downloadchef-7c351dc1bc1c6c143dea9d349fe346675d6c1e31.tar.gz
Bump version to 18.0.192 by Chef Expeditorv18.0.192
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 077a714593..ef796eb2e6 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.191".freeze
+ VERSION = "18.0.192".freeze
end