summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-13 10:22:12 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-13 10:22:12 +0000
commit3200461b241474138f194b4cc7e8479f6dd12af8 (patch)
treea7ceaef458303c5495dcf7b960674388b5af45d3 /chef-config
parentbfbdad75f8b6d8d31d9739c1a7f6391c707e7a63 (diff)
downloadchef-3200461b241474138f194b4cc7e8479f6dd12af8.tar.gz
Bump version to 18.0.162 by Chef Expeditorv18.0.162
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 652307ca09..3132e05a7b 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.161".freeze
+ VERSION = "18.0.162".freeze
end