diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-09-26 13:31:30 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-09-26 13:31:30 +0000 |
commit | dd982bc5014498fe21b03de5d41f881f7a2bbcdb (patch) | |
tree | 1418b0eb44585d3d2e87952b8110ecfd136dc835 /lib/chef/version.rb | |
parent | bab0f1a54882a5f9113d602555c9d49b03c57be7 (diff) | |
download | chef-new.tar.gz |
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.rb | 2 |
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 # |