From 7f64cc037ebc86210d6c1f4e209961af39a89e96 Mon Sep 17 00:00:00 2001 From: vjeffrey Date: Tue, 9 Jul 2024 15:49:56 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-11.1.15=20(#4329)?= 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`. Co-authored-by: Mondoo --- 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 cf22ec176f..6bb392f8e7 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.1.14", + Version: "11.1.15", ConnectionTypes: []string{provider.DefaultConnectionType, string(awsec2ebsconn.EBSConnectionType)}, Connectors: []plugin.Connector{ {