From bf654adac25d017f5dc6086d12843686168d8689 Mon Sep 17 00:00:00 2001 From: Ivan Milchev Date: Wed, 20 Nov 2024 17:13:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20os-11.3.9=20(#4900)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This release was created by cnquery's provider versioning bot. You can find me under: `providers-sdk/v1/util/version`. Co-authored-by: Mondoo --- providers/os/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/os/config/config.go b/providers/os/config/config.go index bc3cc75fc..9ecc480a3 100644 --- a/providers/os/config/config.go +++ b/providers/os/config/config.go @@ -13,7 +13,7 @@ import ( var Config = plugin.Provider{ Name: "os", ID: "go.mondoo.com/cnquery/v9/providers/os", - Version: "11.3.8", + Version: "11.3.9", ConnectionTypes: []string{ shared.Type_Local.String(), shared.Type_SSH.String(),