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/lib | |
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/lib')
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |