From 8e36188cce67808d2f09c633993e6eba66792ccd Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 4 May 2023 13:20:55 +0000 Subject: Bump version to 18.2.22 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 f803f4a208..133cc9a54a 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - chef (18.2.21) - chef (18.2.21-x64-mingw-ucrt) + chef (18.2.22) + chef (18.2.22-x64-mingw-ucrt) PLATFORMS ruby diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 06c5b41893..38763c65f9 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.21".freeze + VERSION = "18.2.22".freeze end end -- cgit v1.2.1