diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-19 01:16:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-19 01:16:49 +0000 |
commit | 2b96cb7e23d3e4a66b2a3bad60ea99be6d9bda23 (patch) | |
tree | 48981cd74098ae312a1c9b02197b9d3c44c570cf /lib | |
parent | 6bcb4a9121795eac4047a0dd49a4b66d2ea4e5ea (diff) | |
download | chef-2b96cb7e23d3e4a66b2a3bad60ea99be6d9bda23.tar.gz |
Bump version to 18.0.10 by Chef Expeditorv18.0.10
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 ea6a221333..df47788bad 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.9") + VERSION = Chef::VersionString.new("18.0.10") end # |