diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-28 15:23:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-28 15:23:23 +0000 |
commit | 1d89b723e2679a844d1eed408fbb9711e5d29712 (patch) | |
tree | a76c0bc8b1f0917605ab48f49e2b3c63acb934ca /lib | |
parent | b5d049486dbd12723ded3abd393172554a8ab7d3 (diff) | |
download | chef-1d89b723e2679a844d1eed408fbb9711e5d29712.tar.gz |
Bump version to 18.0.23 by Chef Expeditorv18.0.23
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 394202a168..1a0ca40a3c 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.22") + VERSION = Chef::VersionString.new("18.0.23") end # |