From 5fc9c61c29e296f17917c0824dcbb7b5c0096069 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 22 Apr 2021 18:21:41 +0000 Subject: Bump version to 17.0.224 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- knife/Gemfile.lock | 16 ++++++++-------- knife/lib/chef/knife/version.rb | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'knife') diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock index d32906843b..c5965c5574 100644 --- a/knife/Gemfile.lock +++ b/knife/Gemfile.lock @@ -28,17 +28,17 @@ GIT PATH remote: ../chef-bin specs: - chef-bin (17.0.223) - chef (= 17.0.223) + chef-bin (17.0.224) + chef (= 17.0.224) PATH remote: .. specs: - chef (17.0.223) + chef (17.0.224) addressable bcrypt_pbkdf (~> 1.1) - chef-config (= 17.0.223) - chef-utils (= 17.0.223) + chef-config (= 17.0.224) + chef-utils (= 17.0.224) chef-vault chef-zero (>= 14.0.11) diff-lcs (>= 1.2.4, < 1.4.0) @@ -74,9 +74,9 @@ PATH PATH remote: /workspace/chef-chef-master/chef-config specs: - chef-config (17.0.223) + chef-config (17.0.224) addressable - chef-utils (= 17.0.223) + chef-utils (= 17.0.224) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) @@ -85,7 +85,7 @@ PATH PATH remote: /workspace/chef-chef-master/chef-utils specs: - chef-utils (17.0.223) + chef-utils (17.0.224) concurrent-ruby GEM diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 8b67d1aad2..0cf769ba91 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 = "17.0.223".freeze + VERSION = "17.0.224".freeze end end -- cgit v1.2.1