From e35ee93f2a3fc61aab3af7135e4c4635bcd24770 Mon Sep 17 00:00:00 2001 From: Mondoo Tools Date: Wed, 13 Mar 2024 12:54:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20providers=2020240313?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 a69ed2bdf8..1dfe5ed206 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: "10.3.1", + Version: "10.3.2", ConnectionTypes: []string{ shared.Type_Local.String(), shared.Type_SSH.String(),