From d976b3612ef5dc32c435e9b6451df57773879070 Mon Sep 17 00:00:00 2001 From: vjeffrey Date: Fri, 17 May 2024 16:13:49 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-11.0.10=20(#4029)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/aws/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/aws/config/config.go b/providers/aws/config/config.go index 79bb63a303..f5b57407e2 100644 --- a/providers/aws/config/config.go +++ b/providers/aws/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "aws", ID: "go.mondoo.com/cnquery/v9/providers/aws", - Version: "11.0.9", + Version: "11.0.10", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ {