From 0ceb2c3aacea3d3b85605c134d55f3054b6f1951 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Sat, 24 Aug 2024 14:42:51 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-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/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 d7ef938542..3d0f09d15a 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.3.2", + Version: "11.3.3", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ {