summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-28 17:47:43 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-28 17:47:43 +0000
commit624e75000681fef0e6441a3d922e9a08e918a983 (patch)
tree005f75e5992a1a6c548ab40f0890b31ff8c70274 /chef-bin
parent9e11d38592a53ff62bcd462f55c6c76a214a484f (diff)
downloadchef-624e75000681fef0e6441a3d922e9a08e918a983.tar.gz
Bump version to 18.0.138 by Chef Expeditorv18.0.138
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 e102ff35ec..5f930a13b5 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.137".freeze
+ VERSION = "18.0.138".freeze
end
#