diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-10-21 05:46:34 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-10-21 05:46:34 +0000 |
commit | ab11c079beccefd69a86bb4f8c4180c0c6027737 (patch) | |
tree | 7ae3c8b0700700b9ab7bcec63e42b0fe303c20d9 /lib | |
parent | 6e6ff5056e13386cad6c0de28e24b1bd287f7daa (diff) | |
download | chef-ab11c079beccefd69a86bb4f8c4180c0c6027737.tar.gz |
Bump version to 16.18.10 by Chef Expeditorv16.18.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 1b0b8ab10d..9e384156b5 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("16.18.9") + VERSION = Chef::VersionString.new("16.18.10") end # |