From 5af13e429d96f508b312111fcd957603aa303976 Mon Sep 17 00:00:00 2001 From: Mondoo Date: Sat, 1 Jun 2024 19:24:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20gcp-11.0.16?= 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/gcp/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/gcp/config/config.go b/providers/gcp/config/config.go index 6e92c22ff2..c791c5486d 100644 --- a/providers/gcp/config/config.go +++ b/providers/gcp/config/config.go @@ -14,7 +14,7 @@ import ( var Config = plugin.Provider{ Name: "gcp", ID: "go.mondoo.com/cnquery/v9/providers/gcp", - Version: "11.0.15", + Version: "11.0.16", ConnectionTypes: []string{ provider.ConnectionType, string(gcpinstancesnapshot.SnapshotConnectionType),