summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-11-11 04:37:04 +0000
committerChef Expeditor <chef-ci@chef.io>2022-11-11 04:37:04 +0000
commitac87b166b8e16ca7f1ff58982365400b73ef614a (patch)
treedd092123795001b51975a1e19bc7f291cb337197 /chef-config
parentc85d51fcc7c91830d7f3166bab1f9d9ca69c2092 (diff)
downloadchef-ac87b166b8e16ca7f1ff58982365400b73ef614a.tar.gz
Bump version to 18.0.182 by Chef Expeditorv18.0.182
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 68d51d50b4..2c6c8829d2 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.181".freeze
+ VERSION = "18.0.182".freeze
end