From b360464582e11b4b71b11505fe933e38a8de26df Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 16 Dec 2021 19:37:08 +0000 Subject: Bump version to 17.9.7 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- knife/lib/chef/knife/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knife') diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 7ef9598a3f..42a1b7f0f0 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.9.6".freeze + VERSION = "17.9.7".freeze end end -- cgit v1.2.1