From 8b9382961f7ef994cf5746d6a038088f1242cd6d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 1 Oct 2021 03:09:15 +0000 Subject: Bump version to 17.6.15 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/version.rb') diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index df48536288..13feead368 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.6.14".freeze + VERSION = "17.6.15".freeze end end -- cgit v1.2.1