diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-06-24 17:56:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-06-24 17:56:16 +0000 |
commit | 081e9cb360291f95d6a3c5c75090c7355f5d9365 (patch) | |
tree | 008acf1ac415e5546ade7d3a7eaf3e1db9999cfe /lib | |
parent | aeab9f73d40ab4894061f74a78b6e88919e907f0 (diff) | |
download | chef-081e9cb360291f95d6a3c5c75090c7355f5d9365.tar.gz |
Bump version to 18.0.122 by Chef Expeditorv18.0.122
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 28b4c202b0..608d074905 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.121") + VERSION = Chef::VersionString.new("18.0.122") end # |