From e707ac2d704b00f455027bf3b8d3acffc652b34c Mon Sep 17 00:00:00 2001
From: vjeffrey <vj@mondoo.com>
Date: Mon, 26 Aug 2024 00:30:38 -0600
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20aws-11.3.3=20(#4592)?=
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 <hello@mondoo.com>
---
 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{
 		{