diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-12-13 20:22:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-12-13 20:22:57 +0000 |
commit | 8d779961ee8278c77b20007bac4cd518e67deb83 (patch) | |
tree | 1828b919b03dd8f6097fd634b5b7c41acd93c8ae /knife | |
parent | 1c302291b378a8fc5d0177d6b9dda7ac79a0366a (diff) | |
download | chef-8d779961ee8278c77b20007bac4cd518e67deb83.tar.gz |
Bump version to 18.0.200 by Chef Expeditorv18.0.200
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 ebdff9ef4d..618db35065 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.0.199) - chef (18.0.199-x64-mingw-ucrt) + chef (18.0.200) + chef (18.0.200-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 1c5adb1f55..95d43484c8 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.199".freeze + VERSION = "18.0.200".freeze end end |