From f464c81063f6ffdce62716a2f116dd58de1be98e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 15 Mar 2022 19:26:05 +0000 Subject: Bump version to 18.0.67 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/lib/chef/knife') diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 8665658c61..110d1d9a1e 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.0.66".freeze + VERSION = "18.0.67".freeze end end -- cgit v1.2.1