diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-12-13 20:25:02 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-12-13 20:25:02 +0000 |
commit | e4400c3af634e6a4b5471cecbf00fcc69d5ac1f5 (patch) | |
tree | bfc9b0260813cf57f44851f24eef23957002ee0b /knife | |
parent | 8d779961ee8278c77b20007bac4cd518e67deb83 (diff) | |
download | chef-e4400c3af634e6a4b5471cecbf00fcc69d5ac1f5.tar.gz |
Bump version to 18.0.201 by Chef Expeditorv18.0.201
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 618db35065..f895c4da3e 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.0.200) - chef (18.0.200-x64-mingw-ucrt) + chef (18.0.201) + chef (18.0.201-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 95d43484c8..7219ca892e 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.200".freeze + VERSION = "18.0.201".freeze end end |