From 1c8f84f84d267524076e2d0c5a69bc23be04f593 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 9 Feb 2022 04:52:46 +0000 Subject: Bump version to 18.0.33 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 a5522151e2..c8e0e71864 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.32".freeze + VERSION = "18.0.33".freeze end end -- cgit v1.2.1