summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-28 17:44:23 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-28 17:44:26 +0000
commit9e11d38592a53ff62bcd462f55c6c76a214a484f (patch)
treeb16b059406a7e30384574b3299f487138a324ffe /chef-config
parentf5202ba20921b00c1a866bb1bbf020ac7d9855ba (diff)
downloadchef-9e11d38592a53ff62bcd462f55c6c76a214a484f.tar.gz
Bump version to 18.0.137 by Chef Expeditorv18.0.137
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 a62c860485..2d31b78d17 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.136".freeze
+ VERSION = "18.0.137".freeze
end