From d750e207a20c23f425be5376ed45355db3b844c2 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Tue, 9 Apr 2024 00:15:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-10.5.1?= 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 9f8e92ebf8..3e044f4f48 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: "10.5.0", + Version: "10.5.1", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ {