From 009b85a80312194ab24f2a39d40c66245c4ec762 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Fri, 1 Nov 2024 11:13:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20os-11.3.3?= 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`. --- 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 704c7fec5..6cd14c15d 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.2", + Version: "11.3.3", ConnectionTypes: []string{ shared.Type_Local.String(), shared.Type_SSH.String(),