diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-07-01 17:20:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-07-01 17:20:24 +0000 |
commit | eca272d679b7cd0c5b155c641945e1c852776e28 (patch) | |
tree | 370adf924a2ebd890286a3518db5dc311621c74f /lib/chef/version.rb | |
parent | 6c8c89e83cf2e630183f62347a2c63dfb594e116 (diff) | |
download | chef-eca272d679b7cd0c5b155c641945e1c852776e28.tar.gz |
Bump version to 18.0.127 by Chef Expeditorv18.0.127
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 fd464d0485..dc2422c90d 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.126") + VERSION = Chef::VersionString.new("18.0.127") end # |