summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 7ceb31e306..e102ff35ec 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.136".freeze
+ VERSION = "18.0.137".freeze
end
#