diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-03-27 13:22:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-03-27 13:22:56 +0000 |
commit | cba8558c744e461de671ac0cc12fd2df1c766e22 (patch) | |
tree | 1af1f5658048c1f97df4c0ca8b1fdb2bbd36be81 /knife | |
parent | c4cfa3b5036fafde1257b0a21efe471d9899bb35 (diff) | |
download | chef-cba8558c744e461de671ac0cc12fd2df1c766e22.tar.gz |
Bump version to 18.2.1 by Chef Expeditorv18.2.1
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 f097c2f36e..7b3398592e 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.2.0) - chef (18.2.0-x64-mingw-ucrt) + chef (18.2.1) + chef (18.2.1-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 03ac529980..97054c5556 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.2.0".freeze + VERSION = "18.2.1".freeze end end |