diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-11-10 04:45:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-11-10 04:45:03 +0000 |
commit | f0a6aa4c3728a4f7679892eecf3cb9100fbe8b07 (patch) | |
tree | d14fab40aeea4f4968d44546c11da893aff7f5e3 /lib/chef | |
parent | 79d294663c88b5de7ea1e925a778607406edecb5 (diff) | |
download | chef-f0a6aa4c3728a4f7679892eecf3cb9100fbe8b07.tar.gz |
Bump version to 18.0.180 by Chef Expeditorv18.0.180
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 f8f1dd13dc..6992ed4609 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.179") + VERSION = Chef::VersionString.new("18.0.180") end # |