diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-02-21 09:42:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-02-21 09:42:08 +0000 |
commit | a018e26a3edd999de4b30a61dcc80bc96b920bdd (patch) | |
tree | f007be248c4cc72aea3d81ac7b1407cbe241814f /lib/chef | |
parent | f588d20a24b1d4031a0e06b812ea421141cba946 (diff) | |
download | chef-a018e26a3edd999de4b30a61dcc80bc96b920bdd.tar.gz |
Bump version to 18.1.22 by Chef Expeditorv18.1.22
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 52b58d82ec..ae047ecdec 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.1.21") + VERSION = Chef::VersionString.new("18.1.22") end # |