diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-12-20 22:52:48 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-12-20 22:52:48 +0000 |
commit | 41bd002ec75e8383b516a699e38b51b502815edb (patch) | |
tree | 44baacfef22009b0121ffd8ec4952a1b6113e774 /knife | |
parent | 9941341975f84472ffea63ebe27680724ec1a3b1 (diff) | |
download | chef-41bd002ec75e8383b516a699e38b51b502815edb.tar.gz |
Bump version to 18.0.203 by Chef Expeditorv18.0.203
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 090368c02a..ece5ba971f 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.0.202) - chef (18.0.202-x64-mingw-ucrt) + chef (18.0.203) + chef (18.0.203-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 0ad92316ca..bfa8e86b49 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.202".freeze + VERSION = "18.0.203".freeze end end |