diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-10-24 18:24:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-10-24 18:24:52 +0000 |
commit | d10d5aa0cffc0c7c2a3fd73e7abaa1335493735c (patch) | |
tree | 4952901c2d3c425116f32371d05b3bc31a3eacfd /knife | |
parent | 6aa6efa303ebca8f35802614a1bba09f52eaf2ca (diff) | |
download | chef-d10d5aa0cffc0c7c2a3fd73e7abaa1335493735c.tar.gz |
Bump version to 18.0.167 by Chef Expeditorv18.0.167
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-rw-r--r-- | knife/Gemfile.lock | 4 | ||||
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock index 98f4170614..585756e074 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.0.166) - chef (18.0.166-x64-mingw-ucrt) + chef (18.0.167) + chef (18.0.167-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 12f3951dc3..02489cf8da 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "18.0.166".freeze + VERSION = "18.0.167".freeze end end |