From cba8558c744e461de671ac0cc12fd2df1c766e22 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 27 Mar 2023 13:22:56 +0000 Subject: Bump version to 18.2.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- knife/Gemfile.lock | 4 ++-- knife/lib/chef/knife/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'knife') 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 -- cgit v1.2.1