diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-10-12 12:56:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-10-12 12:56:49 +0000 |
commit | 4ebac36cd739c66a5abf8fdc42ff089388a0dbd2 (patch) | |
tree | 9b0545f2cbcf18e7454d01b4e6843ed4876101d0 /knife | |
parent | fb366f4df8885b62ca6eab51bb2457a846cc41b2 (diff) | |
download | chef-4ebac36cd739c66a5abf8fdc42ff089388a0dbd2.tar.gz |
Bump version to 18.0.161 by Chef Expeditorv18.0.161
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 1dbc64752f..b5b50895be 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.0.160) - chef (18.0.160-x64-mingw-ucrt) + chef (18.0.161) + chef (18.0.161-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 98693b10f6..c79b27eb13 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.160".freeze + VERSION = "18.0.161".freeze end end |