summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
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 /lib/chef/version.rb
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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 437b99fae5..7d456422ab 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.137")
+ VERSION = Chef::VersionString.new("18.0.138")
end
#