summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-26 13:31:30 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-26 13:31:30 +0000
commitdd982bc5014498fe21b03de5d41f881f7a2bbcdb (patch)
tree1418b0eb44585d3d2e87952b8110ecfd136dc835 /lib/chef/version.rb
parentbab0f1a54882a5f9113d602555c9d49b03c57be7 (diff)
downloadchef-new.tar.gz
Bump version to 18.0.152 by Chef Expeditorv18.0.152new
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 e8bef4e897..a9c8d3bd80 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.151")
+ VERSION = Chef::VersionString.new("18.0.152")
end
#